Commit ce34c0b
Steven Petryk
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.1 parent a982c1f commit ce34c0b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments