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

fix sloc directorys

上级 bdcb37e7
......@@ -23,7 +23,7 @@
"eslint": "eslint \"{bin,example,src,test}/**/*.js\"",
"tslint": "tslint \"{bin,example,src,test}/**/*.ts\" && tsc --noEmit",
"pretest": "npm run lint && npm run clean && npm run build",
"sloc": "sloc . --details --format cli-table --keys total,source,comment --exclude \"\\.\\.[\\/]|dist[\\/]|doc[\\/]|node_modules[\\/]\" && sloc ./ --exclude \"\\.\\.[\\/]|dist[\\/]|doc[\\/]|node_modules[\\/]\"",
"sloc": "sloc {bin,example,script,src,test,index.ts} --details --format cli-table --keys total,source,comment && sloc {bin,example,script,src,test,index.ts}",
"test": "npm run test:chrome",
"posttest": "npm run clean && npm run sloc",
"test:phantomjs": "cross-env LC_ALL=C WECHATY_LOG=info WECHATY_HEAD=phantomjs ava --timeout=10m \"dist/test/*.spec.js\"",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册