mirror of https://github.com/vuejs/vue.git
ci: use yarn.lock instead of package-lock.json
This commit is contained in:
parent
702000971c
commit
cf0b1b745f
|
|
@ -12,12 +12,12 @@ jobs:
|
|||
- checkout
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
|
||||
- v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
|
||||
- v1-vue-{{ .Branch }}-
|
||||
- v1-vue-
|
||||
- run: npm install
|
||||
- save_cache:
|
||||
key: v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
|
||||
key: v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
|
||||
paths:
|
||||
- node_modules/
|
||||
- persist_to_workspace:
|
||||
|
|
|
|||
Loading…
Reference in New Issue