aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index da1ea0e61..7fd061523 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,7 +22,7 @@ install:
22 - appveyor-retry git submodule update --init --recursive 22 - appveyor-retry git submodule update --init --recursive
23 - ps: Update-NodeJsInstallation $env:nodejs_version 23 - ps: Update-NodeJsInstallation $env:nodejs_version
24 - cmd: set NODE_OPTIONS=--max-old-space-size=2048 24 - cmd: set NODE_OPTIONS=--max-old-space-size=2048
25 - cd recipes && npm install && npm run package && cd .. 25 - cd recipes && npm i && npm run package && cd ..
26 - appveyor-retry npx lerna bootstrap 26 - appveyor-retry npx lerna bootstrap
27 27
28before_build: 28before_build: