Skip to content

Commit 8d5ac27

Browse files
committed
feat: run test pre-push hook
1 parent bdf55a4 commit 8d5ac27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"vue-template-compiler": "^2.6.11"
5151
},
5252
"gitHooks": {
53-
"pre-commit": "lint-staged && yarn test"
53+
"pre-commit": "lint-staged",
54+
"pre-push": "yarn test"
5455
},
5556
"lint-staged": {
5657
"*.{js,jsx,vue}": [

0 commit comments

Comments
 (0)