Skip to content

Commit 7cd0f75

Browse files
pcarletonclaude
andcommitted
Use --bin flag for pkg.pr.new to show npx commands
This shows `npx` commands instead of `npm i` in PR preview comments, which is more appropriate for this CLI tool. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4a4c188 commit 7cd0f75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Build
2525
run: npm run build
2626
- name: Publish
27-
run: npx pkg-pr-new publish
27+
run: npx pkg-pr-new publish --bin

0 commit comments

Comments
 (0)