Skip to content

Commit 5069a12

Browse files
committed
corrected the checksum value
1 parent 1a39f86 commit 5069a12

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)