We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac42190 commit b6cf2edCopy full SHA for b6cf2ed
.huskyrc.json
@@ -1,5 +1,6 @@
1
{
2
"hooks": {
3
- "pre-commit": "yarn lint"
+ "pre-commit": "yarn lint",
4
+ "pre-push": "yarn test"
5
}
6
0 commit comments