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
fix(cli): return a non-zero exit code on failure (#11)
Previously, this script would silently fail when an error was encountered. This breaks builds. Now,
it will return an exit code of 1 when an error is encountered.
BREAKING CHANGE: This may lead to builds that previously succeeded breaking. This would mean that
there was previously an uncaught error in your setup. Well-configured, healthy builds should remain
unaffected.
0 commit comments