Skip to content

Commit 8ca1910

Browse files
committed
Add watch task
1 parent 0e5b741 commit 8ca1910

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Gulpfile.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,3 +1048,7 @@ gulp.task("lint", "Runs tslint on the compiler sources. Optional arguments are:
10481048

10491049

10501050
gulp.task("default", "Runs 'local'", ["local"]);
1051+
1052+
gulp.task("watch", "Watches the src/ directory for changes and executes runtests-parallel.", [], () => {
1053+
gulp.watch("src/**/*.*", ["runtests-parallel"]);
1054+
});

0 commit comments

Comments
 (0)