extract yarn electron

This commit is contained in:
Joao Moreno
2019-10-16 11:15:43 +02:00
parent be68a4e14c
commit 5048816ebf
10 changed files with 291 additions and 140 deletions

View File

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