Commit c8f370e
ci: force bun runtime for tsdown on bun jobs
`bunx tsdown` honors tsdown's `#!/usr/bin/env node` shebang and runs the
binary under node, so tsdown's loader auto-detection falls back to `unrun`
(an optional peer dep that isn't installed). `--bun` overrides the shebang
and runs tsdown under bun, where the native TS loader works.
Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>1 parent 2b16c60 commit c8f370e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
0 commit comments