AppVeyor: clear cache when package.json changes.
authorXhmikosR <xhmikosr@gmail.com>
Mon, 16 Feb 2015 07:10:31 +0000 (09:10 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 16 Feb 2015 07:10:31 +0000 (09:10 +0200)
appveyor.yml

index d9a2d76..169d05b 100644 (file)
@@ -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