From f9bdac24526efd6d2eed63f12154b22598378ed5 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Thu, 16 Aug 2018 22:33:38 +0100 Subject: [PATCH] ci: only cache node_modules in appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b9984d54c4..f9f054ca6d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ environment: cache: - 'node_modules -> yarn.lock' - - '%LOCALAPPDATA%\\Yarn -> yarn.lock' + # - '%LOCALAPPDATA%\\Yarn -> yarn.lock' image: Visual Studio 2017