disable `monaco-typecheck-watch` because it seems to stall

pull/47152/head
Johannes Rieken 2018-04-09 14:17:56 +02:00
parent e310a88db6
commit bd5f9f5801
1 changed files with 1 additions and 1 deletions

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