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

Commit e2786b6

Browse files
committed
chore: remove test on pre-push
1 parent 217557a commit e2786b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@
8383
"husky": {
8484
"hooks": {
8585
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
86-
"pre-commit": "lint-staged",
87-
"pre-push": "yarn test"
86+
"pre-commit": "lint-staged"
8887
}
8988
},
9089
"lint-staged": {

0 commit comments

Comments
 (0)