Commit cba058d
authored
ci: use bun ci and npm publish in release workflow (#16)
Use 'bun ci' instead of 'bun install' for faster, lockfile-based
dependency installation in CI environments.
Use 'npm publish' directly instead of 'bunx npm publish' to ensure
proper support for provenance in npm publishing.1 parent 9910eb1 commit cba058d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
0 commit comments