test(scripts): focus workspace bootstrap routing · openclaw/openclaw@57c7fa2
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -794,6 +794,10 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
794 | 794 | ], |
795 | 795 | ["scripts/lib/npm-verify-exec.ts", ["test/scripts/npm-verify-exec.test.ts"]], |
796 | 796 | ["scripts/lib/openclaw-test-state.mjs", ["test/scripts/openclaw-test-state.test.ts"]], |
| 797 | +[ |
| 798 | +"scripts/lib/workspace-bootstrap-smoke.mjs", |
| 799 | +["test/release-check.test.ts", "test/openclaw-npm-release-check.test.ts"], |
| 800 | +], |
797 | 801 | [ |
798 | 802 | "scripts/lib/package-dist-imports.mjs", |
799 | 803 | [ |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1405,6 +1405,10 @@ describe("scripts/test-projects changed-target routing", () => {
|
1405 | 1405 | "scripts/lib/npm-pack-budget.mjs", |
1406 | 1406 | ["test/release-check.test.ts", "test/scripts/test-install-sh-docker.test.ts"], |
1407 | 1407 | ], |
| 1408 | +[ |
| 1409 | +"scripts/lib/workspace-bootstrap-smoke.mjs", |
| 1410 | +["test/release-check.test.ts", "test/openclaw-npm-release-check.test.ts"], |
| 1411 | +], |
1408 | 1412 | ["scripts/lib/openclaw-release-clawhub-plan.ts", ["test/plugin-clawhub-release.test.ts"]], |
1409 | 1413 | [ |
1410 | 1414 | "scripts/lib/plugin-clawhub-release.ts", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。