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
First I wanna state that this is a great library.
Though I face the issue that if one of my build scripts breaks my CI is not "notified" though proper erring exit codes, instead my npm scripts just hangs and does nothing.
I expect that if my JS or CSS or anything breaks, that all other scripts can be cancelled and that the parent process exits which non-zero code.
May I miss some CLI option?
I use npm-run-all v^4.0.1 in combination with better-npm-run v0.0.11
The text was updated successfully, but these errors were encountered:
To double check that npm-run-all does things right, wrote some small test scripts which throw at various posistions, namely first-line, within setImmediate callback and within setTimeout callback. All of them worked perfectly...
First I wanna state that this is a great library.
Though I face the issue that if one of my build scripts breaks my CI is not "notified" though proper erring exit codes, instead my npm scripts just hangs and does nothing.
I expect that if my JS or CSS or anything breaks, that all other scripts can be cancelled and that the parent process exits which non-zero code.
May I miss some CLI option?
I use
npm-run-all
v^4.0.1
in combination withbetter-npm-run
v0.0.11
The text was updated successfully, but these errors were encountered: