We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4285fa4 commit 15c13e9Copy full SHA for 15c13e9
1 file changed
UI_dev/qmui_web/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