Skip to content

Commit cb9b185

Browse files
committed
faster code.bat
1 parent bfec11d commit cb9b185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/code.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pushd %~dp0\..
99
if not exist node_modules call .\scripts\npm.bat install
1010

1111
:: Get electron
12-
node .\node_modules\gulp\bin\gulp.js electron
12+
if not exist .build\electron node .\node_modules\gulp\bin\gulp.js electron
1313

1414
:: Build
1515
if not exist out node .\node_modules\gulp\bin\gulp.js compile

0 commit comments

Comments
 (0)