File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- checkout
16
16
- restore_cache :
17
17
keys :
18
- - npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package-lock .json" }}
19
- - npm-lock-master-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package-lock .json" }}
18
+ - npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
19
+ - npm-lock-master-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
20
20
- npm-cache-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}
21
21
- npm-cache-master-{{ .Environment.CIRCLE_JOB }}
22
22
- run :
@@ -29,11 +29,11 @@ jobs:
29
29
name : Test
30
30
command : npm run test
31
31
- save_cache :
32
- key : npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package-lock .json" }}
32
+ key : npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
33
33
paths :
34
34
- node_modules
35
35
- save_cache :
36
- key : npm-cache-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package-lock .json" }}
36
+ key : npm-cache-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
37
37
paths :
38
38
- ~/.npm/_cacache
39
39
node-v6 :
You can’t perform that action at this time.
0 commit comments