We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfec11d commit cb9b185Copy full SHA for cb9b185
scripts/code.bat
@@ -9,7 +9,7 @@ pushd %~dp0\..
9
if not exist node_modules call .\scripts\npm.bat install
10
11
:: Get electron
12
-node .\node_modules\gulp\bin\gulp.js electron
+if not exist .build\electron node .\node_modules\gulp\bin\gulp.js electron
13
14
:: Build
15
if not exist out node .\node_modules\gulp\bin\gulp.js compile
0 commit comments