mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:39:05 +08:00
chore: 升级发版脚本版本 (#9400)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
parent
636156a7d1
commit
e868976c33
10
README.md
10
README.md
@ -79,16 +79,12 @@ npm run update-snapshot --workspace amis <spec-name>
|
||||
### 发布版本
|
||||
|
||||
```bash
|
||||
# 先通过一下命令设置版本号
|
||||
npm run version
|
||||
|
||||
# 如果是 beta 版本使用如下命令
|
||||
# npm run version -- 2.0.1-beta.0 --no-git-tag-version
|
||||
|
||||
# 发布内部 registry
|
||||
npm run publish-to-internal
|
||||
npm run publish
|
||||
|
||||
# 发布外网环境
|
||||
# 先通过一下命令设置版本号
|
||||
npm run version
|
||||
npm run release
|
||||
```
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
"@types/react": "^18.0.24",
|
||||
"@types/react-dom": "^18.0.8",
|
||||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"amis-publish": "^0.0.0-beta.8",
|
||||
"amis-publish": "^1.0.0",
|
||||
"copy-to-clipboard": "3.3.1",
|
||||
"echarts": "5.4.0",
|
||||
"express": "^4.18.2",
|
||||
|
Loading…
Reference in New Issue
Block a user