From b6bb740aaf9f84144d91ec6d218ef5e40ae0c347 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Thu, 15 Nov 2018 21:43:54 +0100 Subject: Switch to npm --- appveyor.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'appveyor.yml') 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} install: - ps: Install-Product node 8 - - yarn cache clean - - yarn install + - npm ci -# cache: -# - "%LOCALAPPDATA%\\Yarn" +cache: + - '%APPDATA%\npm-cache' before_build: - - yarn lint + - npm run lint build_script: - - yarn build + - npm run build notifications: - provider: Slack -- cgit v1.2.3-70-g09d2