Skip to content

Commit

Permalink
chore: manually update yarn cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jul 2, 2020
1 parent cdda85c commit 6b4d26c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -8,8 +8,8 @@ aliases:

- &restore-yarn-cache
keys:
- v1-yarn-cache-{{ checksum "yarn.lock" }}
- v1-yarn-cache-
- v1-1-yarn-cache-{{ checksum "yarn.lock" }}
- v1-1-yarn-cache-

- &save-node-modules-cache
paths:
Expand All @@ -19,7 +19,7 @@ aliases:
- &save-yarn-cache
paths:
- ~/.cache/yarn
key: v1-yarn-cache-{{ checksum "yarn.lock" }}
key: v1-1-yarn-cache-{{ checksum "yarn.lock" }}

- &artifact_babel
path: ~/babel/packages/babel-standalone/babel.js
Expand Down

0 comments on commit 6b4d26c

Please sign in to comment.