We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4064350 commit a57f03eCopy full SHA for a57f03e
.circleci/config.yml
@@ -9,8 +9,8 @@ jobs:
9
- checkout
10
- restore_cache:
11
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" }}
+ - v{{ .Environment.CIRCLE_CACHE_VERSION }}-deps-{{ .Branch }}-{{ checksum "package.json" }}
+ - v{{ .Environment.CIRCLE_CACHE_VERSION }}-deps-master-{{ checksum "package.json" }}
14
- run:
15
name: Install dependencies
16
command: |
0 commit comments