Skip to content

Commit 8360890

Browse files
roottoolclaude
andcommitted
ci: Remove redundant prepublishOnly step from publish workflow
npm publish automatically runs prepublishOnly, making the explicit step redundant. However, the Initialize step must be kept to ensure Bun and dependencies are available for prepublishOnly execution. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 6308dee commit 8360890

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
5555
- name: Initialize
5656
uses: ./.github/actions/setup-environment
5757

58-
- name: Run prepublishOnly
59-
run: bun run prepublishOnly
60-
6158
- name: Setup Node.js
6259
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6360
with:

0 commit comments

Comments
 (0)