Skip to content

Commit

Permalink
Add cache key fallback to save NPM cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Aug 12, 2021
1 parent 5e575ed commit 79f46e6
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 @@ -27,6 +27,7 @@ commands:
name: Restore NPM Cache
keys:
- npm-i18n-v4-cache-v{{ .Environment.CACHE_TRIGGER_VERSION }}-job-{{ .Environment.CIRCLE_JOB }}-{{ checksum "gutenberg/package-lock.json" }}
- npm-i18n-v4-cache-v{{ .Environment.CACHE_TRIGGER_VERSION }}-job-{{ .Environment.CIRCLE_JOB }}-
- run:
name: NPM Install Full
command: |
Expand Down

0 comments on commit 79f46e6

Please sign in to comment.