From ebcbfc4f1e5c898a114ce08b7109d9bf2ff159f4 Mon Sep 17 00:00:00 2001 From: ziajka Date: Wed, 27 Feb 2019 11:56:53 +0100 Subject: [PATCH] Improve caching on AppVeyor - fix filename --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 05260882..a686f600 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,8 +4,8 @@ version: 1.0.{build} skip_branch_with_pr: true cache: - - node_modules -> .appveyor.yml,package.json,yarn.lock - - '%LOCALAPPDATA%\Yarn -> .appveyor.yml,package.json,yarn.lock' + - node_modules -> appveyor.yml,package.json,yarn.lock + - '%LOCALAPPDATA%\Yarn -> appveyor.yml,package.json,yarn.lock' platform: - x64