Skip to content

Commit

Permalink
chore: update yarn cache path on circle/travis
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 17, 2020
1 parent de8d069 commit 9a77ea3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -6,7 +6,7 @@ aliases:

- &save-yarn-cache
paths:
- .yarn/cache
- ~/.yarn/berry/cache
key: v2-yarn-cache-{{ checksum "yarn.lock" }}

- &artifact_babel
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,7 +5,7 @@ language: node_js
cache:
npm: false
directories:
- .yarn/cache
- ~/.yarn/berry/cache

os: linux

Expand Down Expand Up @@ -42,7 +42,7 @@ matrix:
npm: false
directories:
- $HOME/AppData/Local/Temp/chocolatey
- .yarn/cache
- $HOME/AppData/Local/Yarn/Berry/cache
# Continue node_js matrix
- node_js: "12"
- node_js: "10"
Expand Down

0 comments on commit 9a77ea3

Please sign in to comment.