Skip to content

Commit

Permalink
increment reporter cache key (#3596)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding authored Feb 26, 2019
1 parent 83aa9c7 commit 8ef421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
paths:
- packages/launcher/node_modules
- save_cache:
key: v5-{{ arch }}-{{ .Branch }}-deps-reporter-{{ checksum "packages/reporter/package.json" }}
key: v6-{{ arch }}-{{ .Branch }}-deps-reporter-{{ checksum "packages/reporter/package.json" }}
paths:
- packages/reporter/node_modules
- save_cache:
Expand Down

0 comments on commit 8ef421d

Please sign in to comment.