How can I run multiple scripts in parallel to completion? #8210
Unanswered
MrGreenTea
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 have a setup like this:
This way I can just do
pnpm run lint
and get all my checks run. Sadly I just found out that if any one exits the others get stopped. My goal is to get the output of all linters together in my CI with some problem matchers.My question: is this possible right now with a flag? I tried all flags I found in the docs for
pnpm run
but none changes this behaviour. Any help would be appreciated :)Beta Was this translation helpful? Give feedback.
All reactions