diff --git a/Gulpfile.js b/Gulpfile.js index c272caf2b6e..cacaf4c3d00 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -542,7 +542,7 @@ const watchLocalPatterns = [ gulp.task( "watch-local", "Watches for changes to projects in src/ (but does not execute tests).", - () => gulp.watch(watchLocalPatterns, "local")); + () => gulp.watch(watchLocalPatterns, ["local"])); const watchPatterns = [ "src/tsconfig-base.json", @@ -632,4 +632,4 @@ gulp.task( "clean:scripts", "clean-rules", "clean-built" - ]); \ No newline at end of file + ]);