mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 04:22:58 +08:00
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:
@@ -2,3 +2,7 @@ packages: []
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- '@tailwindcss/oxide'
|
||||
- esbuild
|
||||
|
||||
ignoredBuiltDependencies:
|
||||
- msw
|
||||
|
||||
Reference in New Issue
Block a user