Files
CC-Switch/pnpm-workspace.yaml
Jason 358bf1e2b7 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.
2026-07-07 21:03:20 +08:00

9 lines
109 B
YAML

packages: []
onlyBuiltDependencies:
- '@tailwindcss/oxide'
- esbuild
ignoredBuiltDependencies:
- msw