earlier .build/electron test

This commit is contained in:
Joao Moreno 2016-05-04 09:33:48 +02:00
parent 0773b92c0c
commit 1d5fdb1a03
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ function code() {
test -d node_modules || ./scripts/npm.sh install
# Get electron
./node_modules/.bin/gulp electron
test -d .build/electron || ./node_modules/.bin/gulp electron
# Build
test -d out || ./node_modules/.bin/gulp compile

View file

@ -14,7 +14,7 @@ function code() {
test -d node_modules || ./scripts/npm.sh install
# Get electron
./node_modules/.bin/gulp electron
test -d .build/electron || ./node_modules/.bin/gulp electron
# Build
test -d out || ./node_modules/.bin/gulp compile