From 7654a640a0d2c44aebcb0946e43417ec24a69927 Mon Sep 17 00:00:00 2001 From: Michael Lissner Date: Tue, 6 Aug 2019 17:13:57 -0400 Subject: [PATCH] fix(deployment): Update docs and ignore file to create good zip --- .gitignore | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cd097403..76f04dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,6 @@ .grunt node_modules coverage -/recap.zip +/src/recap.zip /recap-chrome.iml /.idea/ diff --git a/README.md b/README.md index 034044b5..1357111b 100644 --- a/README.md +++ b/README.md @@ -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