diff --git a/scripts/build.sh b/scripts/build.sh index d2e91ded7b..30551dc364 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -14,7 +14,7 @@ npm run generate && npm run test && npm run generate:layouts -if [ $? -ne 0]; then; +if [ $? -ne 0 ]; then echo "ERROR" exit 1 fi