diff --git a/scripts/test-projects.test-support.mjs b/scripts/test-projects.test-support.mjs index 4f90fd44f76a..b0b8d7ed1aa7 100644 --- a/scripts/test-projects.test-support.mjs +++ b/scripts/test-projects.test-support.mjs @@ -1986,6 +1986,7 @@ const EXACT_TOOLING_TARGETS = new Map([ ], ], ["scripts/run-vitest.mjs", ["run-vitest", "test-projects", "vitest-local-scheduling"]], + ["scripts/run-oxlint-shards.mjs", ["run-oxlint"]], ["scripts/docker-e2e-rerun.mjs", ["docker-e2e-helper-cli"]], ["scripts/openclaw-postpack.mjs", [TOOLING_VITEST_CONFIG]], ["scripts/openclaw-npm-prepublish-verify.ts", ["test/openclaw-npm-prepublish-verify.test.ts"]],