Skip to content

Commit 0ab1f85

Browse files
committed
chore: preview release plugin-legacy
1 parent 5c9187a commit 0ab1f85

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/preview-release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,14 @@ jobs:
3131
- name: Install dependencies
3232
run: pnpm install
3333

34-
- name: Build
34+
- name: Build Vite core
3535
working-directory: ./packages/vite
3636
run: pnpm build
3737

3838
- run: pnpm dlx [email protected] publish --pnpm ./packages/vite
39+
40+
- name: Build plugin-legacy
41+
working-directory: ./packages/plugin-legacy
42+
run: pnpm build
43+
44+
- run: pnpm dlx [email protected] publish --pnpm ./packages/plugin-legacy

0 commit comments

Comments
 (0)