-
Is there a CLI command for PNPM I --allow-all-builds or generate a list of apps that need builds? How can I do this programmatically for docker builds? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Would be great if we could apply a --filter to the approve-builds to specify the package we want to run the script for in a Dockerfile. |
Beta Was this translation helpful? Give feedback.
-
+1 I just got hit by this approve-builds thing, how is anyone automating this? |
Beta Was this translation helpful? Give feedback.
-
No, it doesn't make sense to add a flag that would allow all the packages as the whole point is to allow specific verified packages. There is a flag that allow listing which package can run scripts: https://pnpm.io/cli/add#--allow-build |
Beta Was this translation helpful? Give feedback.
No, it doesn't make sense to add a flag that would allow all the packages as the whole point is to allow specific verified packages.
There is a flag that allow listing which package can run scripts: https://pnpm.io/cli/add#--allow-build