Running multiple scripts? #9868
-
Summaryhow can I run several scripts in one package at the same time, for example, if I have: {
"scripts": {
"watch": "nest start --watch",
"watch:someshit": "somescript",
}
}I expect the behavior as it is done in pnpm: pnpm -r --parallel run "/^watch:.*/"Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
anthonyshew
Mar 24, 2025
Replies: 2 comments 2 replies
-
|
This can be done using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
anthonyshew
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can be done using
turbo run watch watch:someshit.https://turbo.build/repo/docs/reference/run