File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 92
92
- name : Test build
93
93
run : pnpm run test-build
94
94
95
+ - name : Setup rolldown-vite
96
+ run : |
97
+ sed -i"" -e "s/overrides:/overrides:\n vite: catalog:rolldown-vite/" pnpm-workspace.yaml
98
+ pnpm i --no-frozen-lockfile
99
+
100
+ - name : Test serve (rolldown-vite)
101
+ run : pnpm run test-serve
102
+
103
+ - name : Test build (rolldown-vite)
104
+ run : pnpm run test-build
105
+
95
106
lint :
96
107
if : github.repository == 'vitejs/vite-plugin-vue'
97
108
timeout-minutes : 10
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ catalog:
7
7
' vite ' : ^7.1.7
8
8
' vue-router ' : ^4.5.1
9
9
10
+ catalogs :
11
+ rolldown-vite :
12
+ vite : npm:rolldown-vite@^7.1.15
13
+
10
14
overrides :
11
15
' @vitejs/plugin-vue ' : workspace:*
12
16
You can’t perform that action at this time.
0 commit comments