From bd5f9f58014d80847703887b538d2c72f27405df Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Mon, 9 Apr 2018 14:17:56 +0200 Subject: disable `monaco-typecheck-watch` because it seems to stall --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 5e4bf3aa634..db6d924ae73 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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']); -- cgit v1.2.3