From cf4adbf6f814f999ba34013c5a17fb0f444e6cb4 Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Mon, 11 Mar 2019 13:37:57 -0400 Subject: [PATCH] Update build.sh Windows builds were not using the npm gulp script which allows for a bigger heap --- build.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sh b/build.sh index affd0a37554..5a03e9adbcb 100755 --- a/build.sh +++ b/build.sh @@ -42,12 +42,12 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then npm run gulp vscode-linux-arm64-build-deb # npm run gulp vscode-linux-arm64-build-rpm elif [[ "$CI_WINDOWS" == "True" ]]; then - npx gulp vscode-win32-x64-min - npx gulp vscode-win32-x64-copy-inno-updater - npx gulp vscode-win32-x64-inno-updater - npx gulp vscode-win32-x64-system-setup - npx gulp vscode-win32-x64-user-setup - npx gulp vscode-win32-x64-archive + npm run gulp vscode-win32-x64-min + npm run gulp vscode-win32-x64-copy-inno-updater + npm run gulp vscode-win32-x64-inno-updater + npm run gulp vscode-win32-x64-system-setup + npm run gulp vscode-win32-x64-user-setup + npm run gulp vscode-win32-x64-archive else npm run gulp vscode-linux-x64-min npm run gulp vscode-linux-x64-build-deb