Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
fix(circleci): add save_cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Mar 6, 2019
1 parent 3063d2b commit 963ec9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- run: yarn audit
- run: yarn lint
- save_cache:
key: node-10-cache-{{ checksum "./yarn.lock" }}
paths:
- ~/.yarn-cache
- ./node_modules
Expand Down

0 comments on commit 963ec9b

Please sign in to comment.