Skip to content

Commit 42b036f

Browse files
committed
fix script
Signed-off-by: Anvay Mathur <contact@anvaymathur.com>
1 parent 09f07b3 commit 42b036f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

generate_zips.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
npm run build:prod:firefox;
2+
cd dist; zip -r -FS ../dist_firefox.zip * --exclude '*.git*'; cd ..;
3+
npm run build:prod:chrome;
4+
zip -r -FS dist_chrome.zip dist/* --exclude '*.git*';

zip_for_firefox.sh

-1
This file was deleted.

0 commit comments

Comments
 (0)