diff --git a/pre-commit.sh b/pre-commit.sh index e58b537..0623d6c 100755 --- a/pre-commit.sh +++ b/pre-commit.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +set -eo pipefail npm run build npm run eslint-ci npm run prettier-ci