Skip to content

Commit

Permalink
Merge branch 'main' into ev/iss659
Browse files Browse the repository at this point in the history
  • Loading branch information
evvvritt committed Sep 12, 2023
2 parents 529f916 + c170c4e commit 5b85977
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged --concurrent false

if ! npm run check; then
echo "check script failed"
exit 1
fi

0 comments on commit 5b85977

Please sign in to comment.