Skip to content

Commit

Permalink
fix(deployment): Update docs and ignore file to create good zip
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner committed Aug 6, 2019
1 parent 7d52448 commit 7654a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
.grunt
node_modules
coverage
/recap.zip
/src/recap.zip
/recap-chrome.iml
/.idea/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ When a new version is needed, the release process is:
1. Make sure you don't have any working/testing code in your tree that could get zipped up in the next step.
1. Zip up the archive with the rather archaic:

zip -FSr recap.zip src/* --exclude=*node_modules*
zip -FSr recap.zip *

1. Upload that to the [Chrome Market][market].
1. Upload that to addons.mozilla.org
Expand Down

0 comments on commit 7654a64

Please sign in to comment.