mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 04:22:58 +08:00
358bf1e2b7
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.
9 lines
109 B
YAML
9 lines
109 B
YAML
packages: []
|
|
|
|
onlyBuiltDependencies:
|
|
- '@tailwindcss/oxide'
|
|
- esbuild
|
|
|
|
ignoredBuiltDependencies:
|
|
- msw
|