We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316ea50 commit 7a4c44bCopy full SHA for 7a4c44b
.circleci/config.yml
@@ -12,12 +12,12 @@ jobs:
12
- checkout
13
- restore_cache:
14
keys:
15
- - v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
+ - v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
16
- v1-vue-{{ .Branch }}-
17
- v1-vue-
18
- run: yarn install
19
- save_cache:
20
- key: v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
+ key: v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
21
paths:
22
- node_modules/
23
- persist_to_workspace:
0 commit comments