Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 2aadc3d

Browse files
committed
chore: add pre-commit hook
1 parent 4969922 commit 2aadc3d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.husky/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-commit

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
yarn cleanup && yarn lint && yarn test

0 commit comments

Comments
 (0)