mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:50:45 +00:00
test(docker): fix packaged docker harness lanes
This commit is contained in:
@@ -50,8 +50,8 @@ const packageJson = JSON.parse(fs.readFileSync(packageJsonPath, "utf8"));
|
||||
packageJson.pnpm = { ...packageJson.pnpm, allowUnusedPatches: true };
|
||||
packageJson.scripts = {
|
||||
...packageJson.scripts,
|
||||
build: "node -e \"console.log('fixture build skipped')\"",
|
||||
"ui:build": "node -e \"console.log('fixture ui build skipped')\"",
|
||||
build: "node -e \"console.log(\\\"fixture build skipped\\\")\"",
|
||||
"ui:build": "node -e \"console.log(\\\"fixture ui build skipped\\\")\"",
|
||||
};
|
||||
fs.writeFileSync(packageJsonPath, `${JSON.stringify(packageJson, null, 2)}\n`);
|
||||
NODE
|
||||
|
||||
Reference in New Issue
Block a user