Skip to content

Commit

Permalink
Update publish.md (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: Shigma <[email protected]>
  • Loading branch information
Sphekes and shigma authored Jan 3, 2025
1 parent 4bb0b56 commit 05a7e42
Showing 1 changed file with 9 additions and 0 deletions.
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

0 comments on commit 05a7e42

Please sign in to comment.