aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 21:43:54 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 21:43:54 +0100
commitb6bb740aaf9f84144d91ec6d218ef5e40ae0c347 (patch)
tree9bb2b741d9c2e235d35986b547cb0adf6d7c4dff /appveyor.yml
parentMerge branch 'chore/update-dependencies' into develop (diff)
downloadferdium-app-b6bb740aaf9f84144d91ec6d218ef5e40ae0c347.tar.gz
ferdium-app-b6bb740aaf9f84144d91ec6d218ef5e40ae0c347.tar.zst
ferdium-app-b6bb740aaf9f84144d91ec6d218ef5e40ae0c347.zip
Switch to npm
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