We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ca74e commit be56537Copy full SHA for be56537
.circleci/config.yml
@@ -18,12 +18,10 @@ jobs:
18
- checkout
19
- restore_cache:
20
keys:
21
- - v1-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }}
22
- - v1-vue-cli-{{ .Branch }}-
23
- - v1-vue-cli
+ - v2-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }}
24
- run: yarn --network-timeout 600000
25
- save_cache:
26
- key: v1-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }}
+ key: v2-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }}
27
paths:
28
- node_modules/
29
- ~/.cache
0 commit comments