mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:20:44 +00:00
fix(tasks): ship task registry control runtime
This commit is contained in:
@@ -87,6 +87,7 @@ export function createChangedCheckPlan(result, options = {}) {
|
||||
}
|
||||
|
||||
if (runAll) {
|
||||
add("runtime sidecar loader guard", ["check:runtime-sidecar-loaders"]);
|
||||
addTypecheck("typecheck all", ["tsgo:all"]);
|
||||
addLint("lint", ["lint"]);
|
||||
add("runtime import cycles", ["check:import-cycles"]);
|
||||
@@ -130,6 +131,7 @@ export function createChangedCheckPlan(result, options = {}) {
|
||||
}
|
||||
|
||||
if (lanes.core || lanes.extensions) {
|
||||
add("runtime sidecar loader guard", ["check:runtime-sidecar-loaders"]);
|
||||
add("runtime import cycles", ["check:import-cycles"]);
|
||||
}
|
||||
if (lanes.core) {
|
||||
|
||||
Reference in New Issue
Block a user