You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node v22.10.0, mac OS 15/0/1, "concurrently": "^9.1.0",
when running "test": "concurrently --kill-others -m 1 -c auto pnpm:lint pnpm:test:unit pnpm:typecheck",
only the lint command works
when moving back to v 8 they all run as expected
The text was updated successfully, but these errors were encountered:
With the above in mind, I wanted to point out that --kill-others + --max-processes 1 might not make much sense together, but maybe I'm missing your intention with this flag combo.
Did you mean to use --kill-others-on-fail instead? It'd mean something like "don't try running other commands as one of the others is broken anyway".
gustavohenke
changed the title
Upgrading from 8 to 9, only the first command runs
Only the first command runs with --kill-others -m 1 flags in v9
Nov 9, 2024
node v22.10.0, mac OS 15/0/1, "concurrently": "^9.1.0",
when running
"test": "concurrently --kill-others -m 1 -c auto pnpm:lint pnpm:test:unit pnpm:typecheck",
only the lint command works
when moving back to v 8 they all run as expected
The text was updated successfully, but these errors were encountered: