disable monaco-typecheck-watch because it seems to stall

This commit is contained in:
Johannes Rieken
2018-04-09 14:17:56 +02:00
parent e310a88db6
commit bd5f9f5801

View File

@@ -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']);