Skip to content

Commit

Permalink
ci: preserve yarn cache folder between builds in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jan 16, 2020
1 parent 04b0bfe commit 932e412
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ test_script:
# - cd "packages/@vue/cli-ui" && yarn test

cache:
- node_modules -> yarn.lock
- node_modules -> appveyor.yml, **\package.json, yarn.lock
- '%LOCALAPPDATA%\Yarn -> appveyor.yml, **\package.json, yarn.lock'

build: off

Expand Down

0 comments on commit 932e412

Please sign in to comment.