Skip to content

Commit 18076cc

Browse files
yyx990803hefeng
authored and
hefeng
committed
ci: adjust cache
1 parent 08c8bff commit 18076cc

File tree

3 files changed

+2
-7268
lines changed

3 files changed

+2
-7268
lines changed

Diff for: .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)