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.
This commit is contained in:
Jason
2026-07-07 21:03:20 +08:00
parent 2df2212ceb
commit 358bf1e2b7
+4
View File
@@ -2,3 +2,7 @@ packages: []
onlyBuiltDependencies:
- '@tailwindcss/oxide'
- esbuild
ignoredBuiltDependencies:
- msw