Make sure build stops if it fails
authorJudah Caruso <judah@tuta.io>
Fri, 8 Dec 2023 01:21:52 +0000 (18:21 -0700)
committerJudah Caruso <judah@tuta.io>
Fri, 8 Dec 2023 01:21:52 +0000 (18:21 -0700)
build.sh

index 871e42bb5eb30d9ff878879111e03fe85b9ce994..82af9e5d2dee8c3c9c7b4b9f1a6be5ccfa167cda 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,5 @@
 #!/bin/sh
+set -e
 
 DIST_DIR="./dist"