disable `monaco-typecheck-watch` because it seems to stall
parent
e310a88db6
commit
bd5f9f5801
|
@ -29,7 +29,7 @@ gulp.task('default', ['compile']);
|
|||
// All
|
||||
gulp.task('clean', ['clean-client', 'clean-extensions']);
|
||||
gulp.task('compile', ['monaco-typecheck', 'compile-client', 'compile-extensions']);
|
||||
gulp.task('watch', ['monaco-typecheck-watch', 'watch-client', 'watch-extensions']);
|
||||
gulp.task('watch', [/* 'monaco-typecheck-watch', */ 'watch-client', 'watch-extensions']);
|
||||
|
||||
// All Build
|
||||
gulp.task('clean-build', ['clean-client-build', 'clean-extensions-build']);
|
||||
|
|
Loading…
Reference in New Issue