mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 03:45:46 -06:00
fix(test): route release wrapper scripts
This commit is contained in:
@@ -961,14 +961,35 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
||||
"scripts/openclaw-release-clawhub-runtime-state.ts",
|
||||
["test/scripts/openclaw-release-clawhub-runtime-state.test.ts"],
|
||||
],
|
||||
[
|
||||
"scripts/openclaw-release-clawhub-plan.ts",
|
||||
["test/scripts/release-wrapper-scripts.test.ts"],
|
||||
],
|
||||
[
|
||||
"scripts/plan-release-workflow-matrix.mjs",
|
||||
["test/scripts/release-workflow-matrix-plan.test.ts"],
|
||||
],
|
||||
[
|
||||
"scripts/plugin-clawhub-release-check.ts",
|
||||
["test/scripts/release-wrapper-scripts.test.ts"],
|
||||
],
|
||||
[
|
||||
"scripts/plugin-clawhub-release-plan.ts",
|
||||
["test/scripts/release-wrapper-scripts.test.ts"],
|
||||
],
|
||||
[
|
||||
"scripts/plugin-npm-release-check.ts",
|
||||
["test/scripts/release-wrapper-scripts.test.ts"],
|
||||
],
|
||||
[
|
||||
"scripts/plugin-npm-release-plan.ts",
|
||||
["test/scripts/release-wrapper-scripts.test.ts"],
|
||||
],
|
||||
[
|
||||
"scripts/plugin-release-pretag-pack-check.ts",
|
||||
["test/scripts/plugin-release-pretag-pack-check.test.ts"],
|
||||
],
|
||||
["scripts/release-verify-beta.ts", ["test/scripts/release-wrapper-scripts.test.ts"]],
|
||||
[
|
||||
"scripts/validate-release-publish-approval.mjs",
|
||||
["test/scripts/validate-release-publish-approval.test.ts"],
|
||||
|
||||
Reference in New Issue
Block a user