Skip to content

Commit f1e8df8

Browse files
authored
Merge pull request #129 from bountyC0d3r/plat-1985-implement-caching
corrected the checksum value
2 parents 8314e52 + 5069a12 commit f1e8df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ install_deploysuite: &install_deploysuite
2121
cp ./../buildscript/awsconfiguration.sh .
2222
2323
restore_cache_settings_for_build: &restore_cache_settings_for_build
24-
key: docker-node-modules-la-{{ checksum "yarn.lock" }}
24+
key: docker-node-modules-la-{{ checksum "package-lock.json" }}
2525

2626
save_cache_settings: &save_cache_settings
27-
key: docker-node-modules-la-{{ checksum "yarn.lock" }}
27+
key: docker-node-modules-la-{{ checksum "package-lock.json" }}
2828
paths:
2929
- node_modules
3030

0 commit comments

Comments
 (0)