Skip to content

Commit 7a4c44b

Browse files
authored
chore(ci): use yarn.lock for checksum
1 parent 316ea50 commit 7a4c44b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
- checkout
1313
- restore_cache:
1414
keys:
15-
- v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
15+
- v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
1616
- v1-vue-{{ .Branch }}-
1717
- v1-vue-
1818
- run: yarn install
1919
- save_cache:
20-
key: v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
20+
key: v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
2121
paths:
2222
- node_modules/
2323
- persist_to_workspace:

0 commit comments

Comments
 (0)