-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Anvay Mathur <contact@anvaymathur.com>
- Loading branch information
1 parent
09f07b3
commit 42b036f
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
npm run build:prod:firefox; | ||
cd dist; zip -r -FS ../dist_firefox.zip * --exclude '*.git*'; cd ..; | ||
npm run build:prod:chrome; | ||
zip -r -FS dist_chrome.zip dist/* --exclude '*.git*'; |
This file was deleted.
Oops, something went wrong.