mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
4c6ee03df6
pnpm v10 blocks dependency build/postinstall scripts by default and requires interactive 'pnpm approve-builds' to whitelist them, which is not usable in CI. Declare esbuild as an allowed build in both pnpm-workspace.yaml (canonical location since pnpm 10.7) and package.json (legacy/parity) so installs run non-interactively.
6 lines
60 B
YAML
6 lines
60 B
YAML
packages:
|
|
- "plugins/*"
|
|
|
|
onlyBuiltDependencies:
|
|
- esbuild
|