diff --git a/buildhaxe.sh b/buildhaxe.sh index 88dc9c5..5f6e278 100755 --- a/buildhaxe.sh +++ b/buildhaxe.sh @@ -1,6 +1,9 @@ #!/bin/sh + +#exit on error +set -e + #REQUIRES https://haxe.org to be installed! cd src/kubejs/server haxe build.hxml -cd ../../..