File tree 3 files changed +2
-7268
lines changed
packages/vue-server-renderer
3 files changed +2
-7268
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,12 @@ jobs:
15
15
- v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
16
16
- v1-vue-{{ .Branch }}-
17
17
- 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-
23
18
- run : npm install
24
- - run : cd packages/vue-server-renderer && npm install
19
+ - run : cd packages/vue-server-renderer && npm install vue
25
20
- save_cache :
26
21
key : v1-vue-{{ .Branch }}-{{ checksum "package-lock.json" }}
27
22
paths :
28
23
- 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/
33
24
- persist_to_workspace :
34
25
root : ~/project
35
26
paths :
You can’t perform that action at this time.
0 commit comments