Skip to content

Commit b6cf2ed

Browse files
author
Kewin Polok
committed
Add test to pre-push
1 parent ac42190 commit b6cf2ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.huskyrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"hooks": {
3-
"pre-commit": "yarn lint"
3+
"pre-commit": "yarn lint",
4+
"pre-push": "yarn test"
45
}
56
}

0 commit comments

Comments
 (0)