Skip to content

Commit 4db3d3b

Browse files
Fix watch:manifest script
Commit 0944b8d broke the script while refactoring `parseManifest()` to return the manifest for modification.
1 parent 00f00fc commit 4db3d3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/build-manifest.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ function watch() {
8888

8989
({ manifest, files } = parseManifest({ dev: true }));
9090

91+
copyFiles(files);
9192
fs.writeFileSync(
9293
path.join(DIST_DIR, MANIFEST),
9394
JSON.stringify(manifest, null, 2),

0 commit comments

Comments
 (0)