Skip to content

Commit

Permalink
infra: use package.json sha too
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolam committed Jan 27, 2019
1 parent afe12e4 commit dee5c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ commands:
path: ~/repo
- restore_cache:
name: Restore node_modules cache
key: all-contributors-bot-{{ checksum "yarn.lock" }}-{{ .Branch }}
key: all-contributors-bot-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}-{{ .Branch }}
save_env_cache:
description: Saves environment cache
steps:
- save_cache:
name: Save node_modules cache
key: all-contributors-bot-{{ checksum "yarn.lock" }}-{{ .Branch }}
key: all-contributors-bot-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}-{{ .Branch }}
paths:
- node_modules/

Expand Down

0 comments on commit dee5c48

Please # to comment.