Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 1123461

Browse files
committed
chore: update pre-push test suite command
1 parent ce8c7b8 commit 1123461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.huskyrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"hooks": {
33
"pre-commit": "lint-staged",
4-
"pre-push": "yarn test",
4+
"pre-push": "yarn test:ci",
55
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
66
}
77
}

0 commit comments

Comments
 (0)