Skip to content

Commit

Permalink
config: Add pre-commit file for husky
Browse files Browse the repository at this point in the history
I don't know - this new thing takes way too much time on every commit,
it seems. I probably will have to improve this pre-commit hook.
  • Loading branch information
Roman Seidelsohn committed Jan 21, 2023
1 parent fcc3393 commit 1f45e6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm test

0 comments on commit 1f45e6b

Please sign in to comment.