faster code.bat
parent
bfec11d703
commit
cb9b185237
|
@ -9,7 +9,7 @@ pushd %~dp0\..
|
||||||
if not exist node_modules call .\scripts\npm.bat install
|
if not exist node_modules call .\scripts\npm.bat install
|
||||||
|
|
||||||
:: Get electron
|
:: Get electron
|
||||||
node .\node_modules\gulp\bin\gulp.js electron
|
if not exist .build\electron node .\node_modules\gulp\bin\gulp.js electron
|
||||||
|
|
||||||
:: Build
|
:: Build
|
||||||
if not exist out node .\node_modules\gulp\bin\gulp.js compile
|
if not exist out node .\node_modules\gulp\bin\gulp.js compile
|
||||||
|
|
Loading…
Reference in New Issue