chore(ci): 重构发布流程为手动触发方式并添加behavior-tree包发布支持

This commit is contained in:
YHH
2025-10-27 09:47:59 +08:00
parent d2ad295b48
commit 4cee396ea9
8 changed files with 387 additions and 160 deletions

View File

@@ -34,11 +34,6 @@
"build:watch": "tsc --watch",
"rebuild": "npm run clean && npm run build",
"build:npm": "npm run build && node build-rollup.cjs",
"publish:npm": "npm run build:npm && cd dist && npm publish",
"publish:patch": "npm version patch && npm run build:npm && cd dist && npm publish",
"publish:minor": "npm version minor && npm run build:npm && cd dist && npm publish",
"publish:major": "npm version major && npm run build:npm && cd dist && npm publish",
"preversion": "npm run rebuild",
"test": "jest --config jest.config.cjs",
"test:watch": "jest --watch --config jest.config.cjs",
"test:performance": "jest --config jest.performance.config.cjs",