Skip to content

Commit a57c059

Browse files
committed
save build manifest for dev runs again
1 parent 0f928e2 commit a57c059

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/cli-v3/src/dev/backgroundWorker.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ export class BackgroundWorker {
4747
throw new Error("Worker already initialized");
4848
}
4949

50+
// Write the build manifest to this.build.outputPath/build.json
51+
await writeJSONFile(this.buildManifestPath, this.build, true);
52+
5053
logger.debug("indexing worker manifest", { build: this.build, params: this.params });
5154

5255
this.manifest = await indexWorkerManifest({

0 commit comments

Comments
 (0)