Skip to content

Commit 45edfb5

Browse files
committed
ci: use yarn.lock instead of package-lock.json
1 parent ba3702e commit 45edfb5

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: npm 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)