Skip to content

feat: prepare for npm publishing with CI/CD#1

Merged
serverdaun merged 3 commits into
mainfrom
feat/npm-publish
Mar 20, 2026
Merged

feat: prepare for npm publishing with CI/CD#1
serverdaun merged 3 commits into
mainfrom
feat/npm-publish

Conversation

@serverdaun

@serverdaun serverdaun commented Mar 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove private: true and add version, description, license to package.json
  • Update bin to point to ./dist/index.js and add files: ["dist"]
  • Add prepublishOnly script to auto-build before publishing
  • Add CI workflow: runs Biome lint/format check on push to main and PRs
  • Add Publish workflow: publishes to npm on v* tags

Test plan

  • CI workflow triggers on this PR and passes
  • After merging, tag v0.1.0 and verify publish workflow succeeds on npm

🤖 Generated with Claude Code

@serverdaun serverdaun merged commit d22f216 into main Mar 20, 2026
1 check passed
@serverdaun serverdaun deleted the feat/npm-publish branch March 20, 2026 22:24
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