-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Contribution
- I'd be willing to implement this feature (contributing guide)
Describe the user story
As per title, approve-builds should have a runtime flag (non-interactive) equivalent, since I’m totally happy with the package manager not automatically runing postinstall scripts and such, but in automated contexts such as CI/CD pipelines there might sometimes be no need to manually run the approve-builds prompt, nor polluting the package.json file with a persistent option that disables checks I’m ok with when running stuff locally.
Describe the solution you'd like
A runtime flag such as --approve-all-builds or an equivalent to pnpm.onlyBuiltDependencies such as --only-built-dependencies=dep1,dep2.
Describe the drawbacks of your solution
No response
Describe alternatives you've considered
No response
Reactions are currently unavailable