Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 617 Bytes

RELEASE.md

File metadata and controls

50 lines (34 loc) · 617 Bytes

发布文档

单元测试

npm run test:unit
  • 出现错误
    • 单独检查(修改 packag.json 中的 npm run test:unit:single 命令到指定文件)
    • 重复单元测试步骤
npm run test:unit:single

打包

npm run build

预览

npm run preview

发布

上传文档

  • fxp 上传 dist/docs 文件夹

发布 Package

  • 发布到 npm
npm run pre-publish
npm publish --tag=beta-v2
npm publish [--tag=latest]
  • 发布到 Github
npm run pre-publish:github
npm publish