Skip to content

Commit c65cbde

Browse files
fix: use correct build script name in publish workflow
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a5fc455 commit c65cbde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm ci
2727

2828
- name: Build CLI
29-
run: npm run build:cli
29+
run: npm run build
3030

3131
- name: Publish to npm
3232
run: npm publish --access public

0 commit comments

Comments
 (0)