From a44867da70bfc2d528f210e7deac92313ddcb985 Mon Sep 17 00:00:00 2001 From: Nicolas DUBIEN Date: Mon, 22 Jun 2026 08:52:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20`pnpm`=20configuration=20(?= =?UTF-8?q?#1058)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-workspace.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 03a3f9d..ceb602b 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,3 +2,6 @@ trustPolicy: no-downgrade trustPolicyIgnoreAfter: 20160 blockExoticSubdeps: true + +allowBuilds: + esbuild: false -- 2.51.2