Skip to content

Commit 74010d2

Browse files
committed
Remove firefox dist build for now
1 parent dded061 commit 74010d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ async function runAll() {
424424
fs.writeFileSync(manifestPath, JSON.stringify(manifest, null, 2));
425425
console.log(`Building version ${manifest.version}`);
426426

427-
await Promise.all([buildChromeLibre(), buildChromeDist(), buildFirefoxLibre(), buildFirefoxDist(), buildWeb()]);
427+
await Promise.all([buildChromeLibre(), buildChromeDist(), buildFirefoxLibre(), buildWeb()]);
428428
removeBuildDirs();
429429
}
430430

0 commit comments

Comments
 (0)