projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39a7ce4
)
Make sure build stops if it fails
author
Judah Caruso
<judah@tuta.io>
Fri, 8 Dec 2023 01:21:52 +0000
(18:21 -0700)
committer
Judah Caruso
<judah@tuta.io>
Fri, 8 Dec 2023 01:21:52 +0000
(18:21 -0700)
build.sh
patch
|
blob
|
history
diff --git
a/build.sh
b/build.sh
index 871e42bb5eb30d9ff878879111e03fe85b9ce994..82af9e5d2dee8c3c9c7b4b9f1a6be5ccfa167cda 100755
(executable)
--- a/
build.sh
+++ b/
build.sh
@@
-1,4
+1,5
@@
#!/bin/sh
+set -e
DIST_DIR="./dist"