We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f07b3 commit 42b036fCopy full SHA for 42b036f
generate_zips.sh
@@ -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
0 commit comments