From 1c15323ee943f51f254823a4be56c91448757090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B6=E9=94=A6=E6=B9=9B?= Date: Mon, 4 Jul 2022 19:28:05 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=87=E6=A1=A3=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.md b/dev.md index eda4fdd..412e36a 100644 --- a/dev.md +++ b/dev.md @@ -21,12 +21,12 @@ cd ./packages/vue2 # 修改版本号,接着 publish # 如果发布 beta 版这个参数 --tag beta # 如果对外发布需要加这个参数 --access public -npm publish --tag latest-v1 +npm publish --tag latest-v1 --access public cd ../vue3 # 修改版本号,接着 publish。 # 必须先发 Vue2 再发 Vue3,因为 README.md 在 Vue3 的目录,NPM 上显示的是最新包的 README.md -npm publish +npm publish --access public ``` ## 文档