Skip to content

Commit 346db12

Browse files
committed
Switch from pre-commit to husky.
1 parent ec65ff2 commit 346db12

File tree

3 files changed

+212
-95
lines changed

3 files changed

+212
-95
lines changed

.huskyrc.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"hooks": {
3+
"pre-commit": "npm run lint && npm run test"
4+
}
5+
}

0 commit comments

Comments
 (0)