Skip to content

Commit d51c383

Browse files
committed
fix: pre-commit script failure handling
1 parent a1fd6f4 commit d51c383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pre-commit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -eo pipefail
23
npm run build
34
npm run eslint-ci
45
npm run prettier-ci

0 commit comments

Comments
 (0)