From c4a4255a7afe9cb643e60d6415195bdae8fe940e Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Fri, 7 Jun 2019 20:05:48 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8b95459f..84c2bdfb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,10 +6,6 @@ platform: environment: nodejs_version: "10" -cache: - - "%USERPROFILE%\\.electron" - - "%LOCALAPPDATA%\\Yarn" - version: "{build}" install: @@ -28,6 +24,6 @@ artifacts: cache: - node_modules - - '*\node_modules' - - '%LOCALAPPDATA%\Yarn' - - '%USERPROFILE%\.electron' + - "*\\node_modules" + - "%USERPROFILE%\\.electron" + - "%LOCALAPPDATA%\\Yarn"