diff Applications/Samples/build-web.sh @ 307:be2660b6e40a am-callable-and-promise

wip: commands + status update
author am@osimis.io
date Tue, 25 Sep 2018 15:14:53 +0200
parents b04b13810540
children daa04d15192c
line wrap: on
line diff
--- a/Applications/Samples/build-web.sh	Tue Sep 18 18:20:10 2018 +0200
+++ b/Applications/Samples/build-web.sh	Tue Sep 25 15:14:53 2018 +0200
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+set -e
+
 # this script currently assumes that the wasm code has been built on its side and is availabie in Wasm/build/
 
 currentDir=$(pwd)