mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-12 19:39:20 -05:00
Fixes #3030
This commit is contained in:
@@ -109,7 +109,7 @@ gulp.task('compile-build', ['clean-build'], compileTask('out-build', true));
|
||||
gulp.task('watch-build', ['clean-build'], watchTask('out-build', true));
|
||||
|
||||
// Default
|
||||
gulp.task('default', ['compile-all']);
|
||||
gulp.task('default', ['compile']);
|
||||
|
||||
// All
|
||||
gulp.task('clean', ['clean-client', 'clean-plugins']);
|
||||
|
||||
Reference in New Issue
Block a user