Merge pull request #2736 from pikasTech/fix/2745-tasktree-schema-deadlock
Pipelines as Code CI / hwlab-nc01-v03-ci-poll-9e10f2c1a0634fc17b6c3021a535a4f15099c019 Success

fix(cicd): 收窄 TaskTree migration 发布范围
This commit is contained in:
Lyon
2026-07-21 18:11:15 +08:00
committed by GitHub
-1
View File
@@ -18,7 +18,6 @@
"harnessrl:native:l1-smoke": "node scripts/harnessrl-native-l1-smoke.mjs",
"tasktree:backup:l1-smoke": "bun scripts/tasktree-backup-native-l1-smoke.mjs",
"tasktree:backup:restore:l1-smoke": "bun scripts/tasktree-backup-restore-l1-smoke.mjs",
"tasktree:schema:concurrency-smoke": "bun scripts/tasktree-schema-concurrency-smoke.mjs",
"workbench:api:dev": "bun --watch cmd/hwlab-workbench-api/main.ts",
"workbench:worker:dev": "bun --watch cmd/hwlab-workbench-worker/main.ts",
"workbench:web:dev": "cd web/hwlab-cloud-web && WORKBENCH_VITE_USE_POLLING=1 bun run dev",