Commit 30e38fa
committed
[release] Drop CLI postinstall echo + remove misleading packageManager field
The CLI's postinstall was a harmless echo that pnpm 10+ flagged in the
approve-builds prompt for every consumer install. Drop it. Root
package.json declared pnpm as the package manager, but the repo actually
uses Bun (bun.lock, CI uses `bun install`) — the field was misleading
Corepack and downstream tooling. Remove it.1 parent a78c1c6 commit 30e38fa
2 files changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
0 commit comments