diff --git a/scripts/e2e/update-channel-switch-docker.sh b/scripts/e2e/update-channel-switch-docker.sh index ef18adee0cb..bfcc53734a5 100755 --- a/scripts/e2e/update-channel-switch-docker.sh +++ b/scripts/e2e/update-channel-switch-docker.sh @@ -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", "fixture\n"); NODE ( cd "$git_root"