Commit aea1e64
fix(create-objectstack): track declared bin as executable (#11075)
* fix(create-objectstack): track declared bin as executable
The declared bin packages/create-objectstack/bin/create-objectstack.js
was tracked 100644 despite having a shebang and being pnpm's bin link
target. pnpm chmods it to 755 on every install, and with
core.fileMode=true that registers as a tracked mode change in every
fresh worktree — a file nobody edited shows up dirty, and a routine
git add -A can sweep it into an unrelated PR.
Matches the sibling declared bin packages/cli/bin/run.js, which is
already tracked 100755. Mode-only change; blob content and hash are
unchanged.
* chore: add changeset for create-objectstack bin exec bit fix
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 6e54ac0 commit aea1e64
2 files changed
Lines changed: 13 additions & 0 deletions
File tree
- .changeset
- packages/create-objectstack/bin
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
File mode changed.
0 commit comments