From 358bf1e2b777b40606c9e2a198ee270b9ec9f664 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 7 Jul 2026 21:03:20 +0800 Subject: [PATCH] chore(pnpm): settle build-script approvals for esbuild and msw pnpm 10.13+ appends "set this to true or false" allowBuilds placeholders to pnpm-workspace.yaml on every install for unreviewed dependencies with lifecycle scripts. Approve esbuild (postinstall ensures the platform binary) and ignore msw (postinstall only prints an integration notice) so the file stops mutating itself. --- pnpm-workspace.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index fab9eb3b7..435b40ef9 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,3 +2,7 @@ packages: [] onlyBuiltDependencies: - '@tailwindcss/oxide' + - esbuild + +ignoredBuiltDependencies: + - msw