From 05a7e42a7597e18fc93d2c77bfa393dadbbee78b Mon Sep 17 00:00:00 2001 From: Sphekes <55024153+Sphekes@users.noreply.github.com> Date: Sat, 4 Jan 2025 01:27:38 +0800 Subject: [PATCH] Update publish.md (#196) Co-authored-by: Shigma --- zh-CN/guide/develop/publish.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/zh-CN/guide/develop/publish.md b/zh-CN/guide/develop/publish.md index e8449abca3b3..15bb98dec7bd 100644 --- a/zh-CN/guide/develop/publish.md +++ b/zh-CN/guide/develop/publish.md @@ -164,6 +164,15 @@ yarn pub [...name] ::: tip 从插件成功发布到进插件市场需要一定的时间 (通常在 15 分钟内),请耐心等待。 + +如果发布时多次失败或者长时间无响应,可以添加 `--debug` 选项以显示调试信息。 + +```npm +npm run pub [...name] --debug +``` +```yarn +yarn pub [...name] --debug +``` ::: :::: tip