Skip to content

Commit

Permalink
fix: pre-commit script failure handling
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Dec 15, 2023
1 parent a1fd6f4 commit d51c383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pre-commit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -eo pipefail
npm run build
npm run eslint-ci
npm run prettier-ci

0 comments on commit d51c383

Please sign in to comment.