Skip to content

Commit

Permalink
fix: remove the general cache key, when yarn.lock changes we need a f…
Browse files Browse the repository at this point in the history
…resh

node_modules
  • Loading branch information
jodarove committed Jan 22, 2021
1 parent bc95421 commit bb83333
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- restore_cache:
keys:
- v1-dependencies-{{ checksum "yarn.lock" }}
- v1-dependencies-

- run: yarn install --frozen-lock

Expand Down

0 comments on commit bb83333

Please sign in to comment.