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

clean osx

上级 ea863b44
......@@ -27,8 +27,9 @@
"lint:sh": "bash -n bin/*.sh",
"sloc": "sloc bin examples scripts src tests --details --format cli-table --keys total,source,comment && sloc bin examples scripts src tests",
"ts-node": "ts-node",
"test": "npm run clean && npm run lint && npm run test:unit && npm run test:shell && npm run sloc",
"test:linux": "npm run pretest && parallel ts-node -- ./src/**/*.spec.ts ./tests/**/*.spec.ts && npm run posttest",
"test": "npm run test:linux",
"test:linux": "npm run test:shell && npm run test:mac",
"test:mac": "npm run lint && npm run test:unit && npm run sloc",
"test:pack": "bash -x scripts/npm-pack-testing.sh",
"test:shell": "shellcheck bin/*.sh",
"test:unit": "blue-tape -r ts-node/register \"src/**/*.spec.ts\" \"src/*.spec.ts\" \"tests/*.spec.ts\" \"tests/**/*.spec.ts\"",
......
......@@ -5,7 +5,7 @@ set -e
# brew cleanup
# brew cask cleanup
brew install \
moreutils \
jq \
shellcheck
# brew install \
# moreutils \
# jq
# shellcheck
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册