@wdyy/skills 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -64,7 +64,7 @@ wdyy update-skill --all
|
|
|
64
64
|
|
|
65
65
|
### 使用发布脚本
|
|
66
66
|
|
|
67
|
-
推荐从项目根目录手动运行 `release_npm.sh
|
|
67
|
+
推荐从项目根目录手动运行 `release_npm.sh`。脚本会检查工作区、组织权限、lint 与打包内容,自动执行 `npm version <patch|minor|major>`、`npm publish --access public`;发布成功后等待 5 秒,再一次查询刚发布的确切版本进行 registry 核验。它不会执行登录、浏览器认证或处理认证凭据。
|
|
68
68
|
|
|
69
69
|
首次运行或登录失效时,先手工登录;脚本检测到未登录也会提示并退出:
|
|
70
70
|
|