From: XhmikosR Date: Mon, 16 Feb 2015 07:10:31 +0000 (+0200) Subject: AppVeyor: clear cache when package.json changes. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7177ede1d30c69777500fd1837f3459530975ae0;p=clean-css.git AppVeyor: clear cache when package.json changes. --- diff --git a/appveyor.yml b/appveyor.yml index d9a2d767..169d05b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,5 +27,5 @@ matrix: fast_finish: true cache: - - C:\Users\appveyor\AppData\Roaming\npm-cache # npm cache - - node_modules # local npm modules + - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache + - node_modules -> package.json # local npm modules