mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 07:44:33 +01:00
rename gulp tasks
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ function code() {
|
||||
node build/lib/electron.js || ./node_modules/.bin/gulp electron
|
||||
|
||||
# Get built-in extensions
|
||||
node build/lib/builtInExtensions.js || ./node_modules/.bin/gulp builtInExtensions
|
||||
node build/lib/builtInExtensions.js || ./node_modules/.bin/gulp download-builtin-extensions
|
||||
|
||||
# Build
|
||||
test -d out || ./node_modules/.bin/gulp compile
|
||||
|
||||
Reference in New Issue
Block a user