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