From 321c1e7a1a1a5c3703bb1ec86e64413586267bdb Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 14 Sep 2020 19:10:06 +0200 Subject: [PATCH] fix(ci): clean appveyor cache, use npm ci License: MIT Signed-off-by: Marcin Rataj --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b15cd2620..05bfcc27d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,15 +6,15 @@ platform: - x64 cache: - - node_modules - - '%USERPROFILE%\.electron' + # - node_modules + #- '%USERPROFILE%\.electron' init: - git config --global core.autocrlf input install: - ps: Install-Product node 12 x64 - - npm install + - npm ci build_script: - npm run lint