fix(release): repair broad gate regressions

This commit is contained in:
Vincent Koc
2026-05-18 19:08:14 +08:00
parent fa814eb9ed
commit cb408bb06b
9 changed files with 100 additions and 22 deletions

View File

@@ -1209,7 +1209,7 @@ describe("uninstallPlugin", () => {
const pluginDir = path.join(npmRoot, "node_modules", "missing-plugin");
const peerPluginDir = path.join(npmRoot, "node_modules", "peer-plugin");
const peerLink = path.join(peerPluginDir, "node_modules", "openclaw");
await fs.mkdir(peerLink, { recursive: true });
await fs.mkdir(path.dirname(peerLink), { recursive: true });
await fs.writeFile(
path.join(npmRoot, "package.json"),
`${JSON.stringify(