We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37be1d2 + 59e4b29 commit e1dd61fCopy full SHA for e1dd61f
.circleci/config.yml
@@ -32,11 +32,11 @@ aliases:
32
save_cache:
33
paths:
34
- node_modules
35
- key: v3-npm-{{ checksum "package-lock.json" }}
+ key: v3-npm-{{ checksum "package-lock.json" }}-1
36
- &restore_npm_cache
37
restore_cache:
38
keys:
39
- - v3-npm-{{ checksum "package-lock.json" }}
+ - v3-npm-{{ checksum "package-lock.json" }}-1
40
- v3-npm-
41
- &defaults
42
docker:
0 commit comments