Skip to content

Commit 0323b8b

Browse files
NathanFlurryclaude
andcommitted
ci: remove --compact flag from pkg.pr.new
Packages are not yet published to npm, so compact mode is not available. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent a990fb0 commit 0323b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
run: pnpm build
3838

3939
- name: Publish preview
40-
run: pnpx pkg-pr-new publish --compact --pnpm './packages/*'
40+
run: pnpx pkg-pr-new publish --pnpm './packages/*'

0 commit comments

Comments
 (0)