guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
138 stars 7 forks source link

fix: stop commands on error #103

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This ensures for multi-step scripts in powershell or sh will stop on the first error strictly instead of proceeding, and ensuring the exit code is an error.

Resolves https://github.com/guybedford/chomp/issues/98.