Skip to content

Commit b012577

Browse files
chore(git): update .huskyrc to run test coverage in pre-commit
1 parent d489a4e commit b012577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.huskyrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hooks": {
3-
"pre-commit": "npm test && lint-staged",
4-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
3+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
4+
"pre-commit": "npm run test:coverage && lint-staged"
55
}
66
}

0 commit comments

Comments
 (0)