fix(plugins): run gauntlet against built cli · openclaw/openclaw@dd31a27
vincentkoc
·
2026-04-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -215,7 +215,7 @@ function pnpmCommand() {
|
215 | 215 | function openclawCommand(repoRoot, args) { |
216 | 216 | return { |
217 | 217 | command: process.execPath, |
218 | | -args: [path.join(repoRoot, "scripts", "run-node.mjs"), ...args], |
| 218 | +args: [path.join(repoRoot, "dist", "entry.js"), ...args], |
219 | 219 | }; |
220 | 220 | } |
221 | 221 | |
@@ -358,7 +358,7 @@ function runMeasuredCommand(params) {
|
358 | 358 | function runPluginLifecycle(params) { |
359 | 359 | for (const plugin of params.plugins) { |
360 | 360 | const commands = [ |
361 | | -["install", ["install", plugin.dir, "--link", "--force"]], |
| 361 | +["install", ["install", plugin.dir, "--link"]], |
362 | 362 | ["inspect", ["inspect", plugin.id, "--json"]], |
363 | 363 | ["disable", ["disable", plugin.id]], |
364 | 364 | ["enable", ["enable", plugin.id]], |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。