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 d1266b8 + 1137667 commit c0f3552Copy full SHA for c0f3552
.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-temp1-{{ checksum "package-lock.json" }}
+ key: docker-node-modules-28-10-2020-{{ checksum "package-lock.json" }}
20
21
save_cache_settings: &save_cache_settings
22
23
paths:
24
- node_modules
25
0 commit comments