Use yarn compile for start scripts

This commit is contained in:
Nikolay Kondratyev
2019-10-02 16:24:47 +03:00
parent 8892774174
commit 4f6e116539
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ function code() {
node build/lib/builtInExtensions.js
# Build
test -d out || ./node_modules/.bin/gulp compile
test -d out || yarn compile
ELECTRON_RUN_AS_NODE=1 \
NODE_ENV=development \