Skip to content

Commit 932e412

Browse files
committed
ci: preserve yarn cache folder between builds in appveyor
1 parent 04b0bfe commit 932e412

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ test_script:
1515
# - cd "packages/@vue/cli-ui" && yarn test
1616

1717
cache:
18-
- node_modules -> yarn.lock
18+
- node_modules -> appveyor.yml, **\package.json, yarn.lock
19+
- '%LOCALAPPDATA%\Yarn -> appveyor.yml, **\package.json, yarn.lock'
1920

2021
build: off
2122

0 commit comments

Comments
 (0)