Skip to content

fix: add build step before npm publish#31

Merged
say8425 merged 1 commit intomainfrom
fix/ci-build-before-publish
Feb 13, 2026
Merged

fix: add build step before npm publish#31
say8425 merged 1 commit intomainfrom
fix/ci-build-before-publish

Conversation

@say8425
Copy link
Owner

@say8425 say8425 commented Feb 13, 2026

Summary

  • CI release workflow에서 npm publish 전에 bun run build 단계 추가
  • dist/index.js가 패키지에 포함되지 않던 문제 해결

Problem

v2.0.1 배포 시 빌드 없이 publish되어 dist/index.js가 누락됨. bunx @say8425/cc-statusline 실행 불가.

Test plan

  • 다음 릴리스에서 npm pack --dry-run으로 dist/index.js 포함 확인
  • bunx @say8425/cc-statusline 정상 동작 확인

🤖 Generated with Claude Code

CI에서 npm publish 전에 bun run build 실행하도록 추가.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gemini-code-assist
Copy link

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@say8425 say8425 self-assigned this Feb 13, 2026
@say8425 say8425 merged commit 9e0eced into main Feb 13, 2026
2 checks passed
@say8425 say8425 deleted the fix/ci-build-before-publish branch February 13, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant