mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:00:42 +00:00
test(docker): stub update fixture lint preflight
This commit is contained in:
@@ -51,6 +51,7 @@ packageJson.pnpm = { ...packageJson.pnpm, allowUnusedPatches: true };
|
||||
packageJson.scripts = {
|
||||
...packageJson.scripts,
|
||||
build: "node -e \"console.log(\\\"fixture build skipped\\\")\"",
|
||||
lint: "node -e \"console.log(\\\"fixture lint skipped\\\")\"",
|
||||
"ui:build": "node -e \"console.log(\\\"fixture ui build skipped\\\")\"",
|
||||
};
|
||||
fs.writeFileSync(packageJsonPath, `${JSON.stringify(packageJson, null, 2)}\n`);
|
||||
|
||||
Reference in New Issue
Block a user