mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
adopt yarn in scripts
This commit is contained in:
@@ -22,7 +22,7 @@ function code() {
|
||||
INSTALLED_VERSION=`cat .build/electron/version 2> /dev/null`
|
||||
|
||||
# Node modules
|
||||
test -d node_modules || ./scripts/npm.sh install
|
||||
test -d node_modules || yarn
|
||||
|
||||
# Get electron
|
||||
(test -f "$CODE" && [ $INTENDED_VERSION == $INSTALLED_VERSION ]) || ./node_modules/.bin/gulp electron
|
||||
|
||||
Reference in New Issue
Block a user