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

layout lint

上级 5f3f515f
......@@ -12,7 +12,7 @@ Wechaty is a Bot Framework for Wechat **Personal** Account which can help you cr
:octocat: <https://github.com/chatie/wechaty>
:beetle: <https://github.com/chatie/wechaty/issues>
:book: <https://github.com/chatie/wechaty/wiki>
:book: <https://github.com/chatie/wechaty/wiki>
:whale: <https://hub.docker.com/r/zixia/wechaty>
## Voice of the Developer
......
# Wechaty v0.8.226 Documentation
# Wechaty v0.8.227 Documentation
## Classes
<dl>
......
......@@ -18,7 +18,7 @@
"ava": "ava --verbose --extension ts",
"ts-node": "ts-node",
"dist": "npm run clean && tsc && jq \"del (.files)\" < package.json > dist/package.json && shx cp src/puppet-web/*.js dist/src/puppet-web/",
"doc": "npm run dist && echo '# Wechaty v'$(jq -r .version package.json)' Documentation' > docs/index.md && jsdoc2md dist/src/{wechaty,room,contact,friend-request,message}.js dist/src/puppet-web/friend-request.js>> docs/index.md",
"doc": "npm run dist && echo '# Wechaty v'$(jq -r .version package.json)' Documentation\n' > docs/index.md && jsdoc2md dist/src/{wechaty,room,contact,friend-request,message}.js dist/src/puppet-web/friend-request.js>> docs/index.md",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"changelog": "github_changelog_generator -u chatie -p wechaty && sed -i'.bak' /greenkeeper/d CHANGELOG.md",
"doctor": "npm run check-node-version && ts-node bin/doctor",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册