Skip to content

Commit ec4363e

Browse files
committed
chore: remove test on pre-push hook
1 parent 4faf85c commit ec4363e

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
@@ -50,8 +50,7 @@
5050
"vue-template-compiler": "^2.6.11"
5151
},
5252
"gitHooks": {
53-
"pre-commit": "lint-staged",
54-
"pre-push": "yarn test"
53+
"pre-commit": "lint-staged"
5554
},
5655
"lint-staged": {
5756
"*.{js,jsx,vue}": [

0 commit comments

Comments
 (0)