chore(behavior-tree): 移除CI测试脚本

This commit is contained in:
YHH
2025-10-27 10:12:35 +08:00
parent 890e591f2a
commit dee0e0284a

View File

@@ -33,8 +33,7 @@
"rebuild": "npm run clean && npm run build",
"build:npm": "npm run build && node build-rollup.cjs",
"test": "jest --config jest.config.cjs",
"test:watch": "jest --watch --config jest.config.cjs",
"test:ci": "jest --ci --coverage --config jest.config.cjs"
"test:watch": "jest --watch --config jest.config.cjs"
},
"author": "yhh",
"license": "MIT",