From f85ad08a97fa5d08a4300f0e7055f2f69ee76a53 Mon Sep 17 00:00:00 2001 From: ziajka Date: Wed, 27 Feb 2019 11:33:49 +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 a686f600..05260882 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