npm run build
编译 TypeScript
语法检查
npm run lint
单元测试检查
npm run test
- 编写时请遵循
tslint
中的配置。 - 提交代码时 git commit message 请遵循格式化规范,加入 [fix]、[feat]、[chore] 等标记
- 发起 Pull Request 之前先用 lint 和 test 做检查,确保发 request 时尽量为无 warning 无 error 状态。
npm run build
编译 TypeScript
语法检查
npm run lint
单元测试检查
npm run test
tslint
中的配置。