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 f8822d0a5..157e35df3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,6 +4,7 @@ environment:
4version: 5.0.1.{build} 4version: 5.0.1.{build}
5 5
6install: 6install:
7 - git submodule update --init --recursive
7 - ps: Install-Product node 10 8 - ps: Install-Product node 10
8 - npx lerna bootstrap 9 - npx lerna bootstrap
9 10