mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-27 04:57:48 +00:00
fix(release): repair broad gate regressions
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user