mysticatea / npm-run-all

A CLI tool to run multiple npm-scripts in parallel or sequential.
MIT License
5.72k stars 240 forks source link

Add `succeeded` to `--race` description to clarify what `--race` does #228

Closed jasikpark closed 2 years ago

jasikpark commented 2 years ago

Fixes #227

I didn't realize until 5min in that 0 meant one of the commands had succeeded, so I'd like to suggest clarifying that.

Not a total fan of the way I've formatted it, so feel free to make changes