Skip to content

Commit 5edc08b

Browse files
committed
chore: run tests before committing
1 parent b49715c commit 5edc08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"husky": {
107107
"hooks": {
108108
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
109-
"pre-commit": "yarn lint && yarn typescript"
109+
"pre-commit": "yarn test && yarn lint && yarn typescript"
110110
}
111111
},
112112
"commitlint": {

0 commit comments

Comments
 (0)