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

@@ -24,7 +24,7 @@ if "%1"=="--builtin" goto builtin
node build\lib\builtInExtensions.js
:: Build
if not exist out node .\node_modules\gulp\bin\gulp.js compile
if not exist out yarn compile
:: Configuration
set ELECTRON_RUN_AS_NODE=1