From d7c883d6df83e30ca1d9920c13769d63297eeb06 Mon Sep 17 00:00:00 2001 From: pochangl Date: Mon, 18 Jul 2022 11:58:43 +0000 Subject: [PATCH] build: terminate on error --- start.sh | 2 ++ 1 file changed, 2 insertions(+) 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