diff --git a/start.sh b/start.sh index 7b11ca67..3630ffea 100755 --- a/start.sh +++ b/start.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + npm install npm run build npm run start