Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Fix restore_cache (#2209)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers authored Nov 1, 2022
1 parent 4fb5896 commit 7b4c3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- restore_cache:
keys:
- cache-{{ checksum "package-lock.json" }}-{{ checksum "combined-package-lok.txt" }}-{{ checksum "combined-patch-file.txt" }}
- cache-{{ checksum "package-lock.json" }}-{{ checksum "combined-package-lock.txt" }}-{{ checksum "combined-patch-file.txt" }}

- run:
name: Install dependencies
Expand Down

0 comments on commit 7b4c3fa

Please sign in to comment.