Skip to content

Commit 6658b81

Browse files
committed
ci: adjust cache
1 parent f865b0d commit 6658b81

File tree

3 files changed

+2
-7268
lines changed

3 files changed

+2
-7268
lines changed

.circleci/config.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,12 @@ jobs:
1515
- v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
1616
- v1-vue-{{ .Branch }}-
1717
- v1-vue-
18-
- restore_cache:
19-
keys:
20-
- v1-vue-ssr-{{ .Branch }}-{{ checksum "packages/vue-server-renderer/package-lock.json" }}
21-
- v1-vue-ssr-{{ .Branch }}-
22-
- v1-vue-ssr-
2318
- run: npm install
24-
- run: cd packages/vue-server-renderer && npm install
19+
- run: cd packages/vue-server-renderer && npm install vue
2520
- save_cache:
2621
key: v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
2722
paths:
2823
- node_modules/
29-
- save_cache:
30-
key: v1-vue-ssr-{{ .Branch }}-{{ checksum "packages/vue-server-renderer/package-lock.json" }}
31-
paths:
32-
- packages/vue-server-renderer/node_modules/
3324
- persist_to_workspace:
3425
root: ~/project
3526
paths:

0 commit comments

Comments
 (0)