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 8314e52 + 5069a12 commit f1e8df8Copy full SHA for f1e8df8
.circleci/config.yml
@@ -21,10 +21,10 @@ install_deploysuite: &install_deploysuite
21
cp ./../buildscript/awsconfiguration.sh .
22
23
restore_cache_settings_for_build: &restore_cache_settings_for_build
24
- key: docker-node-modules-la-{{ checksum "yarn.lock" }}
+ key: docker-node-modules-la-{{ checksum "package-lock.json" }}
25
26
save_cache_settings: &save_cache_settings
27
28
paths:
29
- node_modules
30
0 commit comments