From d39e2d7749616f3c8eaa295e342b99aa21661716 Mon Sep 17 00:00:00 2001 From: ziajka Date: Wed, 27 Feb 2019 11:58:47 +0100 Subject: [PATCH] Improve caching on AppVeyor - fix filename --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index a686f600..f33aff3a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,9 +3,9 @@ version: 1.0.{build} # Do not build feature branch with open Pull Requests skip_branch_with_pr: true -cache: - - node_modules -> appveyor.yml,package.json,yarn.lock - - '%LOCALAPPDATA%\Yarn -> appveyor.yml,package.json,yarn.lock' +# cache: +# - node_modules -> appveyor.yml,package.json,yarn.lock +# - '%LOCALAPPDATA%\Yarn -> appveyor.yml,package.json,yarn.lock' platform: - x64