Drop the stale sharp entry from pnpm-workspace.yaml's allowBuilds

pnpm re-scaffolds this block from the current dependency tree when it
finds unapproved build scripts; sharp is no longer a candidate, so
pnpm install can't fill it in and errors out with ERR_PNPM_IGNORED_BUILDS.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-16 11:25:07 +02:00
co-authored by Claude Sonnet 5
parent 3f379ca2ac
commit f102ace7e8
-1
View File
@@ -2,5 +2,4 @@ allowBuilds:
argon2: true
better-sqlite3: true
esbuild: true
sharp: false
unrs-resolver: false