add watch-test task
This commit is contained in:
parent
99240bdca2
commit
6654d0e2eb
1 changed files with 4 additions and 0 deletions
|
@ -42,4 +42,8 @@ gulp.task('watch', ['compile'], function () {
|
|||
gulp.watch(['src/**', 'typings/**'], ['just-compile']);
|
||||
});
|
||||
|
||||
gulp.task('watch-test', ['compile'], function () {
|
||||
gulp.watch(['src/**', 'typings/**'], ['just-test']);
|
||||
});
|
||||
|
||||
gulp.task('default', ['watch']);
|
Loading…
Add table
Reference in a new issue