From c597d321a2547fb9ea94563445452ac164ecd38c Mon Sep 17 00:00:00 2001 From: shimataro Date: Thu, 23 Jan 2020 23:17:36 +0900 Subject: [PATCH] * refactor rebuild.sh --- scripts/rebuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index fbc39c2..8301938 100755 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + rm -rf node_modules package-lock.json npm i npm run build