Skip to content

Commit c274e66

Browse files
committed
fix(ci): exclude paper from pkg-pr-new until published
--compact flag requires packages to exist on npm
1 parent bf692e4 commit c274e66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pkg-pr-new.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ jobs:
3333
run: pnpm build
3434

3535
- name: Release
36-
run: pnpm dlx pkg-pr-new publish --compact --pnpm './packages/*' --only-templates
36+
# TODO: Add './packages/paper' once @vuetify/paper is published to npm
37+
run: pnpm dlx pkg-pr-new publish --compact --pnpm './packages/0' --only-templates

0 commit comments

Comments
 (0)