Commit 55fce44
fix(ci): approve esbuild/sharp builds via pnpm v11 allowBuilds setting
pnpm v11 (CI uses pnpm@latest) removed onlyBuiltDependencies/ignoredBuiltDependencies and replaced them with `allowBuilds`. The old keys were silently ignored, so `pnpm install --frozen-lockfile` kept failing with ERR_PNPM_IGNORED_BUILDS on esbuild. Reproduced and verified the fix locally with pnpm 11.9.0 (clean node_modules + frozen install now exits 0).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 35f74c4 commit 55fce44
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments