mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:20:43 +00:00
test(release): remove stale runtime deps local
This commit is contained in:
@@ -360,7 +360,7 @@ export function createBundledRuntimeDepsPackagePlan(
|
||||
: undefined;
|
||||
const exactPluginIds = normalizePluginIdSet(params.exactPluginIds, normalizePluginId);
|
||||
const scopedPluginIds = normalizePluginIdSet(params.pluginIds, normalizePluginId);
|
||||
const { deps, conflicts, pluginIds } = collectBundledPluginRuntimeDeps({
|
||||
const { deps, conflicts } = collectBundledPluginRuntimeDeps({
|
||||
extensionsDir,
|
||||
...(params.config ? { config: params.config } : {}),
|
||||
...(exactPluginIds ? { exactPluginIds } : {}),
|
||||
|
||||
Reference in New Issue
Block a user