提交 ac87c8ff 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

compatible with `wechaty npm run ...` usage

上级 632da4ab
......@@ -32,8 +32,8 @@ function wechaty::errorBotNotFound() {
this will let the container visit your current directory.
if you still have issue, please have a look at
https://github.com/wechaty/wechaty/issues/66
if you still have issue, please have a look at
https://github.com/wechaty/wechaty/issues/66
and do a search in issues, that might be help.
TROUBLESHOOTING
......@@ -168,7 +168,15 @@ function main() {
;;
#
# 3. Execute npm run ...
# 3. If there's additional `npm` arg...
#
npm)
shift
npm "$@" || ret=$?
;;
#
# 4. Default to execute npm run ...
#
*)
npm "$@" || ret=$?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册