mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
faster code.bat
This commit is contained in:
@@ -9,7 +9,7 @@ pushd %~dp0\..
|
||||
if not exist node_modules call .\scripts\npm.bat install
|
||||
|
||||
:: Get electron
|
||||
node .\node_modules\gulp\bin\gulp.js electron
|
||||
if not exist .build\electron node .\node_modules\gulp\bin\gulp.js electron
|
||||
|
||||
:: Build
|
||||
if not exist out node .\node_modules\gulp\bin\gulp.js compile
|
||||
|
||||
Reference in New Issue
Block a user