Commit bf0da8c
committed
fix(ci): migrate build script approvals to allowBuilds for pnpm 11
pnpm 11 replaced onlyBuiltDependencies with the allowBuilds map. The
workspace still used the legacy key plus a broken allowBuilds section with
placeholder values, so every Deploy to GitHub Pages run failed at
pnpm install with ERR_PNPM_IGNORED_BUILDS (esbuild, lefthook) since the
pnpm v10 -> v11 bump (#433).
Replace the placeholder allowBuilds entries with real booleans for
esbuild, lefthook, and sharp, and drop the ignored legacy key.1 parent 6ac936f commit bf0da8c
2 files changed
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 5 | | |
11 | 6 | | |
12 | 7 | | |
| |||
29 | 24 | | |
30 | 25 | | |
31 | 26 | | |
32 | | - | |
33 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments