Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit caf9d63

Browse files
committedSep 14, 2020
Fix CircleCI cache
1 parent 86abaf2 commit caf9d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
- checkout
1010
- restore_cache:
1111
keys:
12-
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-deps-{{ .Branch }}-{{ checksum "package-lock.json" }}
13-
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-deps-master-{{ checksum "package-lock.json" }}
12+
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-deps-{{ .Branch }}-{{ checksum "package.json" }}
13+
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-deps-master-{{ checksum "package.json" }}
1414
- run:
1515
name: Install dependencies
1616
command: |

0 commit comments

Comments
 (0)
Please sign in to comment.