Skip to content

Commit 2d33372

Browse files
committed
chore: temporarily remove pre-push hooks
1 parent 3378c99 commit 2d33372

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
@@ -43,8 +43,7 @@
4343
"husky": {
4444
"hooks": {
4545
"pre-commit": "node ./scripts/preCommit.js && lint-staged",
46-
"commit-msg": "commitlint -x @commitlint/config-conventional -e $HUSKY_GIT_PARAMS",
47-
"pre-push": "yarn test --coverage=false"
46+
"commit-msg": "commitlint -x @commitlint/config-conventional -e $HUSKY_GIT_PARAMS"
4847
}
4948
},
5049
"lint-staged": {

0 commit comments

Comments
 (0)