diff --git a/bin/pre-push b/bin/pre-push index a71856a56..afdee90e1 100755 --- a/bin/pre-push +++ b/bin/pre-push @@ -31,3 +31,8 @@ npm run lint echo exit 127 } + +# must run this after the above `test` ([ -z ...]), +# or will whow a error: error: failed to push some refs to 'git@github.com:wechaty/wechaty.git' +echo "PRE-PUSH HOOK PASSED" +