# 如何发布

## 先打包

`npm run build`

### 发布文档

`pnpm run deploy`

## 再 publish

`npm publish`

## 发网站包

`npm run deploy`

发网站包的时候需要去掉 sideEffect
