Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 363 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 363 Bytes

started

# 开发
pnpm dev

发布npm

使用changset管理版本号和生成changelog

# 打包
pnpm build

# 创建 Changeset,根据交互选择发布的包和版本类型
npx changeset

# 更新版本号和生成 Changelog
npx changeset version

# 发布新版本
npx changeset publish

文档

docs