Skip to content

Commit 1c15323

Browse files
author
叶锦湛
committed
docs: 文档完善
1 parent a0f9191 commit 1c15323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ cd ./packages/vue2
2121
# 修改版本号,接着 publish
2222
# 如果发布 beta 版这个参数 --tag beta
2323
# 如果对外发布需要加这个参数 --access public
24-
npm publish --tag latest-v1
24+
npm publish --tag latest-v1 --access public
2525

2626
cd ../vue3
2727
# 修改版本号,接着 publish。
2828
# 必须先发 Vue2 再发 Vue3,因为 README.md 在 Vue3 的目录,NPM 上显示的是最新包的 README.md
29-
npm publish
29+
npm publish --access public
3030
```
3131

3232
## 文档

0 commit comments

Comments
 (0)