mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:40:44 +00:00
perf(ci): trim gateway watch regression build
This commit is contained in:
@@ -583,10 +583,10 @@ async function main() {
|
||||
const options = parseArgs(process.argv.slice(2));
|
||||
ensureDir(options.outputDir);
|
||||
if (!options.skipBuild) {
|
||||
runCheckedCommand("pnpm", ["build"]);
|
||||
// The watch harness must start from a completed-build baseline. Refresh
|
||||
// the build stamp after the full build pipeline finishes so run-node does
|
||||
// not spuriously rebuild inside the bounded watch window.
|
||||
runCheckedCommand("pnpm", ["build:ci-artifacts"]);
|
||||
// The watch harness must start from a completed dist/runtime baseline.
|
||||
// Refresh the build stamp after the CI artifact build finishes so run-node
|
||||
// does not spuriously rebuild inside the bounded watch window.
|
||||
writeBuildStamp({ cwd: process.cwd() });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user