From ff594df4c6eccba9e1ca27479aafd6f62f2db74b Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Fri, 11 Nov 2016 12:02:08 +0000 Subject: [PATCH] test --- bin/pre-push | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/pre-push b/bin/pre-push index 98588f5b..ee9c90ff 100755 --- a/bin/pre-push +++ b/bin/pre-push @@ -10,14 +10,16 @@ set -e remote="$1" url="$2" -echo "$@" + +read line +echo "$line" [ -n "$WECHATY_INNER_PRE_HOOK" ] && { # http://stackoverflow.com/a/21334985/1123955 exit 0 } -npm run lint +# npm run lint [ -z "$CYGWIN" ] && { npm version patch -- GitLab