@yangrunchi/a_6 1.0.4 → 1.0.5
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.
|
@@ -275,14 +275,6 @@
|
|
|
275
275
|
### 远程地址:http://10.13.0.26:9964/
|
|
276
276
|
|
|
277
277
|
|
|
278
|
-
|
|
279
|
-
npm
|
|
280
|
-
npm
|
|
281
|
-
|
|
282
|
-
npm config set //registry.npmjs.org/:_authToken=ck_fovt6rin8irk.KCuiWzbxfGUfPwFAmFWRVrILcfO9p2bq5yzjHP73ucw
|
|
283
|
-
|
|
284
|
-
#检查 token 是否生效:
|
|
285
|
-
npm whoami
|
|
286
|
-
npm view @yangrunchi/a_6
|
|
287
|
-
npm publish --access public
|
|
288
|
-
|
|
278
|
+
### 方式三: npm 安装
|
|
279
|
+
### 安装 npm install -g @yangrunchi/a_6
|
|
280
|
+
### 卸载 npm uninstall @yangrunchi/a_6
|
package/AutoCfg/csvcfg.js
CHANGED
|
@@ -388,7 +388,8 @@ function main() {
|
|
|
388
388
|
|
|
389
389
|
if (shouldCommit) {
|
|
390
390
|
console.log('📝 检测到实际内容变化,执行提交');
|
|
391
|
-
|
|
391
|
+
// 只提交 sPath 和 cPath,不提交 tPath (ModuleTable/table)
|
|
392
|
+
const successAll = svnUtils.runCommit([sPath, cPath], '自动同步功能模块表配置');
|
|
392
393
|
if (!successAll) {
|
|
393
394
|
console.log('⚠️ SVN 提交过程中出现错误');
|
|
394
395
|
}
|