|
|
@@ -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:
|