Files
ccs/.github
kaitranntt c7efce3432 fix(ci): add Bun setup and build steps to npm publish workflow
The npm publish was failing because:
1. Bun runtime was not installed (prepublishOnly uses bun commands)
2. dist/ was not built before publish

Added:
- oven-sh/setup-bun@v2 action
- bun install step
- bun run build step
2025-11-28 21:00:53 -05:00
..