File tree Expand file tree Collapse file tree 3 files changed +2
-7268
lines changed
packages/vue-server-renderer Expand file tree Collapse file tree 3 files changed +2
-7268
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments