Skip to content

Commit 34d43e8

Browse files
author
Ivan Esteban
committed
feat: added pre-commit job
1 parent ec1b3b1 commit 34d43e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm run test

0 commit comments

Comments
 (0)