kentcdodds / nps-utils

Utilities for http://npm.im/nps (npm-package-scripts)
https://doclets.io/kentcdodds/nps-utils/master
MIT License
101 stars 23 forks source link

fix `kill-others` concurrently option #10

Closed mathieudutour closed 7 years ago

mathieudutour commented 7 years ago

Otherwise if a job dies, the others doesn't

kentcdodds commented 7 years ago

Thanks for the contribution, but this is intentional. --kill-others-on-fail is the default (only option currently) because I don't want to wait for my build to finish if my tests fail (for example).