From 2217a9b0b16c02aa4160c49463a7951a6aff4c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 17 Jun 2026 12:18:08 +0200 Subject: [PATCH] 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 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index ccd9155..79a7bd7 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,9 @@ "tailwind-merge": "^3.5.0", "zustand": "^5.0.11" }, + "pnpm": { + "onlyBuiltDependencies": ["msw", "sharp", "unrs-resolver"] + }, "devDependencies": { "@eslint/eslintrc": "^3.3.3", "@tailwindcss/postcss": "^4.2.0",