diff --git a/gulp/watch.js b/gulp/watch.js index 68ae7328b..93ffe4d45 100644 --- a/gulp/watch.js +++ b/gulp/watch.js @@ -2,7 +2,7 @@ const gulp = require('gulp'); const config = require('./config'); gulp.task('watch:srcFiles', () => { - gulp.watch(config.PATHS.tsSrcFiles, ['scripts:cjs', 'bundle:cjs']); + gulp.watch(config.PATHS.tsSrcFiles, ['scripts:cjs']); }); gulp.task('watch:testfiles', () => {