aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1d614b4c7..77c25df7e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,20 +6,18 @@ environment:
6 CSC_KEY_PASSWORD: 6 CSC_KEY_PASSWORD:
7 secure: t8ypNTPKTmvRfd3hHA4aMOtC5KOFqOw3AsKhpU7140Q= 7 secure: t8ypNTPKTmvRfd3hHA4aMOtC5KOFqOw3AsKhpU7140Q=
8 8
9version: 5.0.0.{build} 9version: 5.0.1.{build}
10 10
11install: 11install:
12 - ps: $version = Get-Content .\.nvmrc -Raw 12 - ps: Install-Product node 10
13 - ps: Install-Product node $version 13 - npx lerna bootstrap
14 - npm ci
15 - node --version
16 - npm --version
17 14
18cache: 15cache:
19 - '%APPDATA%\npm-cache' 16 - '%APPDATA%\npm-cache'
20 17
21before_build: 18before_build:
22 - npm run lint 19 - npm run lint
20 - npm run test
23 21
24build_script: 22build_script:
25 - npm run build 23 - npm run build