From 21ea915d7bc2c1c666243b8fc0a486bda70fda09 Mon Sep 17 00:00:00 2001 From: Jhen-Jie Hong Date: Mon, 31 Oct 2016 19:38:06 +0800 Subject: [PATCH] [AppVeyor] Reset node_modules cache when package.json changed (#499) --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 998abca..beed7b2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,8 @@ environment: - nodejs_version: 4 cache: - - "node_modules" + - node_modules -> package.json + - app/node_modules -> app/package.json # Enable when https://github.com/yarnpkg/yarn/issues/1233 and # https://github.com/yarnpkg/yarn/issues/1059 are resolved and disable npm cache