···11packages:
22 - "."
33+44+# Allow native deps to run their install/build scripts. Without this,
55+# pnpm 10 reports "Ignored build scripts", which is only a warning locally
66+# but becomes a hard ERR_PNPM_IGNORED_BUILDS failure in CI (e.g. inside
77+# withastro/action). That is what breaks the Deploy Docs workflow.
88+# es5-ext's script is only a funding notice, so it stays ignored.
99+onlyBuiltDependencies:
1010+ - esbuild
1111+ - sharp
1212+ignoredBuiltDependencies:
1313+ - es5-ext