mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
only call yarn gulp node when needed
This commit is contained in:
@@ -13,10 +13,11 @@ function code() {
|
||||
# Sync built-in extensions
|
||||
yarn download-builtin-extensions
|
||||
|
||||
# Load remote node
|
||||
yarn gulp node
|
||||
|
||||
NODE=$(node build/lib/node.js)
|
||||
if [ ! -e $NODE ];then
|
||||
# Load remote node
|
||||
yarn gulp node
|
||||
fi
|
||||
|
||||
NODE_ENV=development \
|
||||
VSCODE_DEV=1 \
|
||||
|
||||
Reference in New Issue
Block a user