diff --git a/docs/npm.html b/docs/npm.html index 04e24eb7..950a15f4 100644 --- a/docs/npm.html +++ b/docs/npm.html @@ -267,6 +267,7 @@
$ npm publish
 # 第一次需要指定公开参数
 $ npm publish --access public
+$ npm publish --access public --tag previous
 

发布公开包,到 npmjs.org

使用 nrm 切换 registry

diff --git a/index.html b/index.html index 43d31a83..4bd0017e 100644 --- a/index.html +++ b/index.html @@ -729,7 +729,7 @@

如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 gh-pages 分支代码到你的静态服务就可以了,还可以使用 docker 快捷部署 web 版。

-
+