test(scripts): focus bundled build entry routing · openclaw/openclaw@a826d6a
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -733,7 +733,7 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
733 | 733 | ], |
734 | 734 | [ |
735 | 735 | "scripts/lib/bundled-plugin-build-entries.mjs", |
736 | | -["test/scripts/bundled-plugin-build-entries.test.ts"], |
| 736 | +["test/scripts/bundled-plugin-build-entries.test.ts", "test/release-check.test.ts"], |
737 | 737 | ], |
738 | 738 | [ |
739 | 739 | "scripts/lib/bundled-plugin-source-utils.mjs", |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1440,7 +1440,7 @@ describe("scripts/test-projects changed-target routing", () => {
|
1440 | 1440 | ], |
1441 | 1441 | [ |
1442 | 1442 | "scripts/lib/bundled-plugin-build-entries.mjs", |
1443 | | -["test/scripts/bundled-plugin-build-entries.test.ts"], |
| 1443 | +["test/scripts/bundled-plugin-build-entries.test.ts", "test/release-check.test.ts"], |
1444 | 1444 | ], |
1445 | 1445 | ]); |
1446 | 1446 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。