mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
extract yarn electron
This commit is contained in:
@@ -22,8 +22,7 @@ function code() {
|
||||
test -d node_modules || yarn
|
||||
|
||||
# Get electron
|
||||
node build/lib/electron.js || ./node_modules/.bin/gulp electron
|
||||
|
||||
yarn electron
|
||||
|
||||
# Manage built-in extensions
|
||||
if [[ "$1" == "--builtin" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user