Skip to content

Commit 15c13e9

Browse files
committed
⏪ Revert "💚 Remove Appveyor cache for fixing build."
This reverts commit 4285fa4
1 parent 4285fa4 commit 15c13e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

UI_dev/qmui_web/appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ test_script:
3333
- gulp merge
3434

3535
# Don't actually build.
36-
build: off
36+
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

Comments
 (0)