mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-01 22:20:21 +00:00
Use yarn compile for start scripts
This commit is contained in:
@@ -35,7 +35,7 @@ function code() {
|
||||
node build/lib/builtInExtensions.js
|
||||
|
||||
# Build
|
||||
test -d out || ./node_modules/.bin/gulp compile
|
||||
test -d out || yarn compile
|
||||
|
||||
ELECTRON_RUN_AS_NODE=1 \
|
||||
NODE_ENV=development \
|
||||
|
||||
Reference in New Issue
Block a user