Skip to content

Commit e8fe8c7

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

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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)