Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions zh-CN/guide/develop/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,15 @@ yarn pub [...name]

::: tip
从插件成功发布到进插件市场需要一定的时间 (通常在 15 分钟内),请耐心等待。

如果发布时多次失败或者长时间无响应,可以添加 `--debug` 选项以显示调试信息。

```npm
npm run pub [...name] --debug
```
```yarn
yarn pub [...name] --debug
```
:::

:::: tip
Expand Down