Skip to content

fix: npm publish readiness#28

Merged
Tristan578 merged 1 commit intomainfrom
fix/npm-publish-ready
Mar 15, 2026
Merged

fix: npm publish readiness#28
Tristan578 merged 1 commit intomainfrom
fix/npm-publish-ready

Conversation

@Tristan578
Copy link
Copy Markdown
Owner

@Tristan578 Tristan578 commented Mar 15, 2026

Summary

  • Add .npmignore so the published package is 5.9 kB (4 files) instead of the entire repo
  • Fix Windows npm bin shim: install script now copies binary as both player2-kanban.exe and player2-kanban so npm's bin field resolves correctly

Merge this, then the release steps are:

  1. git tag v0.1.0 && git push origin v0.1.0
  2. Wait for release workflow to build binaries (~5 min)
  3. npm publish

Test plan

  • npm pack --dry-run shows 4 files, 5.9 kB
  • CI passes

- Add .npmignore to limit published package to 4 files (5.9 kB)
- Fix Windows bin shim: copy binary as both .exe and non-.exe name
  so npm's bin field resolution works correctly
@Tristan578 Tristan578 merged commit bf7b8f2 into main Mar 15, 2026
5 checks passed
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