aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8c83a5644..351607edc 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,17 +10,16 @@ version: 5.0.0.{build}
10 10
11install: 11install:
12 - ps: Install-Product node 8 12 - ps: Install-Product node 8
13 - yarn cache clean 13 - npm ci
14 - yarn install
15 14
16# cache: 15cache:
17# - "%LOCALAPPDATA%\\Yarn" 16 - '%APPDATA%\npm-cache'
18 17
19before_build: 18before_build:
20 - yarn lint 19 - npm run lint
21 20
22build_script: 21build_script:
23 - yarn build 22 - npm run build
24 23
25notifications: 24notifications:
26 - provider: Slack 25 - provider: Slack