aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2499b324b..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'
@@ -16,7 +16,7 @@ before_build:
16 - cmd: set NODE_ENV=production 16 - cmd: set NODE_ENV=production
17 17
18build_script: 18build_script:
19 - npm run build 19 - appveyor-retry npm run build
20 20
21branches: 21branches:
22 except: 22 except: