fix(pnpm): approve build scripts for msw, sharp, unrs-resolver

pnpm 11 blocks install scripts by default; explicitly allowlist the three
transitive deps that need to run their build scripts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-17 12:18:08 +02:00
co-authored by Claude Sonnet 4.6
parent 15d4352f42
commit 2217a9b0b1
+3
View File
@@ -39,6 +39,9 @@
"tailwind-merge": "^3.5.0", "tailwind-merge": "^3.5.0",
"zustand": "^5.0.11" "zustand": "^5.0.11"
}, },
"pnpm": {
"onlyBuiltDependencies": ["msw", "sharp", "unrs-resolver"]
},
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.3.3", "@eslint/eslintrc": "^3.3.3",
"@tailwindcss/postcss": "^4.2.0", "@tailwindcss/postcss": "^4.2.0",