aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d6e909f9c..6452ab38d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,6 +13,7 @@ cache:
13install: 13install:
14 - appveyor-retry git submodule update --init --recursive 14 - appveyor-retry git submodule update --init --recursive
15 - ps: Install-Product node 10 15 - ps: Install-Product node 10
16 - cd recipes && npm install && npm run package && cd ..
16 - appveyor-retry npx lerna bootstrap 17 - appveyor-retry npx lerna bootstrap
17 18
18before_build: 19before_build: