chore: allow pnpm builds for sharp and unrs-resolver

Add allowBuilds configuration for sharp and unrs-resolver packages
to permit their postinstall scripts to run, and ignore the local
.pnpm-store directory.
This commit is contained in:
2026-06-10 17:28:47 +08:00
parent b02262fd4a
commit 5f3a343bb1
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
allowBuilds:
sharp: true
unrs-resolver: true
ignoredBuiltDependencies:
- sharp
- unrs-resolver