Commit 51a1fdf
fix: ensure bin entry points are executable after build
tsc doesn't preserve the executable bit from source files, which
means bin entry points won't work when the package is installed
via npm workspaces (unlike registry installs, where npm sets +x
automatically).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1d4193d commit 51a1fdf
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
0 commit comments