mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:00:43 +00:00
test(docker): seed update fixture control ui asset
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user