test(docker): seed update fixture control ui asset

This commit is contained in:
Peter Steinberger
2026-04-27 02:50:48 +01:00
parent 9b79eef750
commit 20b71e18b2

View File

@@ -55,6 +55,8 @@ packageJson.scripts = {
"ui:build": "node -e \"console.log(\\\"fixture ui build skipped\\\")\"",
};
fs.writeFileSync(packageJsonPath, `${JSON.stringify(packageJson, null, 2)}\n`);
fs.mkdirSync("/tmp/openclaw-git/dist/control-ui", { recursive: true });
fs.writeFileSync("/tmp/openclaw-git/dist/control-ui/index.html", "<!doctype html><title>fixture</title>\n");
NODE
(
cd "$git_root"