is there a pnpm run equivalent for run-s
/ npm-run-all -s
?
#6099
Unanswered
stefanprobst
asked this question in
Q&A
Replies: 1 comment
-
Did you have an answer ? At the moment for your exemple i do : |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
with the support for regexes added to
pnpm run
in v7.27 it should be possible to replacerun-p
/npm-run-all -p
-- i'm curious if there is an equivalent forrun-s
/npm-run-all -s
as well? currently i have scripts likerun-s format lint typecheck
.Beta Was this translation helpful? Give feedback.
All reactions