Skip to content

Commit 0d36bef

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/preview-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ jobs:
3535
working-directory: ./packages/vite
3636
run: pnpm build
3737

38-
- run: pnpm dlx [email protected] publish --pnpm ./packages/vite
39-
4038
- name: Build plugin-legacy
4139
working-directory: ./packages/plugin-legacy
4240
run: pnpm build
4341

44-
- run: pnpm dlx [email protected] publish --pnpm ./packages/plugin-legacy
42+
- run: pnpm dlx [email protected] publish --pnpm './packages/vite' './packages/plugin-legacy'

0 commit comments

Comments
 (0)