fix(test): restore oxlint shard routing owner (#117531)

This commit is contained in:
Peter Steinberger
2026-08-01 10:15:10 -07:00
committed by GitHub
parent 17625e5cd2
commit a14ada134f

View File

@@ -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"]],