mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-24 15:41:40 +00:00
Build: short-circuit missing mirror dependency errors
This commit is contained in:
@@ -134,6 +134,8 @@ export function collectBundledExtensionRootDependencyMirrorErrors(
|
||||
errors.push(
|
||||
`bundled extension '${extension.id}' manifest invalid | openclaw.releaseChecks.rootDependencyMirrorAllowlist entry '${entry}' must be mirrored in root runtime dependencies`,
|
||||
);
|
||||
}
|
||||
if (!extensionSpec || !rootSpec) {
|
||||
continue;
|
||||
}
|
||||
if (extensionSpec !== rootSpec) {
|
||||
|
||||
Reference in New Issue
Block a user