From 19337a3b0bfc1effcb49541c2aa2e432d687da0f Mon Sep 17 00:00:00 2001 From: Brad Harris Date: Fri, 17 Jul 2026 11:47:35 -0600 Subject: [PATCH] fix: migrate pnpm build approvals for v11 --- package.json | 6 ------ pnpm-workspace.yaml | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f016d766d..050faeea1 100644 --- a/package.json +++ b/package.json @@ -29,12 +29,6 @@ "test:e2e": "bash scripts/e2e-isolated.sh", "prepare": "husky" }, - "pnpm": { - "onlyBuiltDependencies": [ - "esbuild", - "sharp" - ] - }, "lint-staged": { "**/*.{ts,tsx,js,jsx,json,css,md,yaml,yml}": [ "prettier --write" diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 06b605191..ec16ee479 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,6 @@ packages: - "apps/*" + +allowBuilds: + esbuild: true + sharp: true