mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-26 21:23:53 -06:00
Add watch task
This commit is contained in:
parent
0e5b741d42
commit
8ca1910792
@ -1048,3 +1048,7 @@ gulp.task("lint", "Runs tslint on the compiler sources. Optional arguments are:
|
||||
|
||||
|
||||
gulp.task("default", "Runs 'local'", ["local"]);
|
||||
|
||||
gulp.task("watch", "Watches the src/ directory for changes and executes runtests-parallel.", [], () => {
|
||||
gulp.watch("src/**/*.*", ["runtests-parallel"]);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user