tms-auth 1.3.12-dev → 1.3.13-dev

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  <!--
2
2
  * @Author : cynthiali@chatlabs.com
3
3
  * @Date : 2025-04-25 11:15:50
4
- * @LastEditors : cynthiali@chatlabs.com
4
+ * @LastEditors : cynthiali@chatlabs.com
5
5
  * @LastEditTime : 2025-12-31 16:19:13
6
6
  * @FilePath : /tms-auth/README.md
7
7
  -->
@@ -51,14 +51,9 @@
51
51
  npm run pubilsh (dev|uat|live)
52
52
  ```
53
53
 
54
- 运行命令会提示如下内容:
55
- >? 重新打包? yarn run build (默认 Y)
56
- ? 当前版本号是 xxx,自动增加编号,是否让新版本号为 xxx?
57
- ? 打包后上传至 Bitbucket 仓库的 tms-dist-xxx 分支
58
- ? 在 Bitbucket 分支上 打 Tag 标签
59
- ? 打包后发布至 NPM 包
60
-
54
+ 运行命令会提示如下内容:
61
55
 
56
+ > ? 重新打包? yarn run build (默认 Y) ? 当前版本号是 xxx,自动增加编号,是否让新版本号为 xxx? ? 打包后上传至 Bitbucket 仓库的 tms-dist-xxx 分支 ? 在 Bitbucket 分支上 打 Tag 标签 ? 打包后发布至 NPM 包
62
57
 
63
58
  | 环境 | npm | bitbucket | 备注 |
64
59
  | :--- | :---------------------------------- | :----------- | :--- |
@@ -84,7 +79,7 @@ yarn add git+https://bitbucket.org/chatly-biz-tool/tms-auth.git#tms-dist
84
79
 
85
80
  1. 设置源 npm config set registry https://registry.npmjs.org/
86
81
  2. 无权限时先登录 npm 账号:npm login(通过网页授权)
87
- 3. 发布:npm publish 或运行终端提示的命令 比如 ` npm publish ./dist-to-npm --tag dev `
82
+ 3. 发布:npm publish 或运行终端提示的命令 比如 `npm publish ./dist-to-npm --tag dev`
88
83
  4. 无发布权限,可去[创建 Token](https://www.npmjs.com/settings/chatlabs-frontend/tokens/granular-access-tokens/new)绕过检测,【前端公共账号】处有截图显示步骤
89
84
 
90
85
  #### bitbucket 发布失败的原因