aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ecf12899c..1985835ef 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,9 +4,9 @@ environment:
4version: 5.4.1-beta.4.{build} 4version: 5.4.1-beta.4.{build}
5 5
6install: 6install:
7 - git submodule update --init --recursive 7 - appveyor-retry git submodule update --init --recursive
8 - ps: Install-Product node 10 8 - ps: Install-Product node 10
9 - npx lerna bootstrap 9 - appveyor-retry npx lerna bootstrap
10 10
11cache: 11cache:
12 - '%APPDATA%\npm-cache' 12 - '%APPDATA%\npm-cache'