Skip to content

Commit a79b8be

Browse files
committed
ci: try new cache
1 parent d438af9 commit a79b8be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
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 "yarn.lock" }}
16-
- v1-vue-{{ .Branch }}-
17-
- v1-vue-
15+
- v1-vue-router-{{ .Branch }}-{{ checksum "yarn.lock" }}
16+
- v1-vue-router-{{ .Branch }}-
17+
- v1-vue-router-
1818
- run: yarn install
1919
- save_cache:
20-
key: v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
20+
key: v1-vue-router-{{ .Branch }}-{{ checksum "yarn.lock" }}
2121
paths:
2222
- node_modules/
2323
- persist_to_workspace:

0 commit comments

Comments
 (0)