We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dbfea commit e8fe8c7Copy full SHA for e8fe8c7
1 file changed
appveyor.yml
@@ -33,4 +33,8 @@ test_script:
33
- gulp merge
34
35
# Don't actually build.
36
-build: off
+build: off
37
+
38
+cache:
39
+ - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
40
+ - node_modules -> package.json # local npm modules
0 commit comments