only call yarn gulp node when needed

This commit is contained in:
Martin Aeschlimann
2022-01-21 15:15:12 +01:00
parent 3640c1a425
commit d46ed36951
5 changed files with 24 additions and 11 deletions

View File

@@ -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 \