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.
1 parent 4b23141 commit 19d5d6cCopy full SHA for 19d5d6c
.circleci/config.yml
@@ -16,10 +16,10 @@ install_deploysuite: &install_deploysuite
16
cp ./../buildscript/buildenv.sh .
17
cp ./../buildscript/awsconfiguration.sh .
18
restore_cache_settings_for_build: &restore_cache_settings_for_build
19
- key: docker-node-modules-temp-{{ checksum "package-lock.json" }}
+ key: docker-node-modules-temp1-{{ checksum "package-lock.json" }}
20
21
save_cache_settings: &save_cache_settings
22
23
paths:
24
- node_modules
25
0 commit comments