Skip to content

Commit 09f07b3

Browse files
committed
add zip script
Signed-off-by: Anvay Mathur <[email protected]>
1 parent b75bbe1 commit 09f07b3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ dist-ssr
2323
*.njsproj
2424
*.sln
2525
*.sw?
26+
27+
.env
28+
29+
# dist files
30+
*.zip

zip_for_firefox.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cd dist; zip -r -FS ../dist_firefox.zip * --exclude '*.git*'; cd ..;

0 commit comments

Comments
 (0)