npm run test:unit
- 出现错误
- 单独检查(修改 packag.json 中的
npm run test:unit:single
命令到指定文件) - 重复单元测试步骤
- 单独检查(修改 packag.json 中的
npm run test:unit:single
npm run build
npm run preview
- fxp 上传 dist/docs 文件夹
- 发布到 npm
npm run pre-publish
npm publish --tag=beta-v2
npm publish [--tag=latest]
- 发布到 Github
npm run pre-publish:github
npm publish