test(docker): stub update fixture lint preflight · openclaw/openclaw@5176dba
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -51,6 +51,7 @@ packageJson.pnpm = { ...packageJson.pnpm, allowUnusedPatches: true };
|
51 | 51 | packageJson.scripts = { |
52 | 52 | ...packageJson.scripts, |
53 | 53 | build: "node -e \"console.log(\\\"fixture build skipped\\\")\"", |
| 54 | + lint: "node -e \"console.log(\\\"fixture lint skipped\\\")\"", |
54 | 55 | "ui:build": "node -e \"console.log(\\\"fixture ui build skipped\\\")\"", |
55 | 56 | }; |
56 | 57 | fs.writeFileSync(packageJsonPath, `${JSON.stringify(packageJson, null, 2)}\n`); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。