Any way to pass scripts that are just more pnpm commands to the parent pnpm process? #8083
Unanswered
josh-hemphill
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I always run into issues with any interactive bits or special characters/colors-codes getting garbled when I have scripts in the root of my workspace that just need to call a script in a specific package or with some option set, since I end up with layers of pnpm running itself.
Is there any way to just provide the calling pnpm instance the command that the script wants to run with the current process?
Beta Was this translation helpful? Give feedback.
All reactions