From 7cd0f75c12383415e81e6f1dd76a09c97e1525de Mon Sep 17 00:00:00 2001 From: Paul Carleton Date: Thu, 20 Nov 2025 11:34:41 +0000 Subject: [PATCH] Use --bin flag for pkg.pr.new to show npx commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/pr-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-publish.yml b/.github/workflows/pr-publish.yml index 29a33a9..d7e8b83 100644 --- a/.github/workflows/pr-publish.yml +++ b/.github/workflows/pr-publish.yml @@ -24,4 +24,4 @@ jobs: - name: Build run: npm run build - name: Publish - run: npx pkg-pr-new publish + run: npx pkg-pr-new publish --bin