From fef30ce3e9c5190dc8daac54b1bdd8571cad727e Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sun, 14 Jun 2020 21:48:04 +0200 Subject: [PATCH] Fix script that packs source code for AMO --- scripts/prepare-amo-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare-amo-source.sh b/scripts/prepare-amo-source.sh index 3ca4e19..ed1a277 100755 --- a/scripts/prepare-amo-source.sh +++ b/scripts/prepare-amo-source.sh @@ -2,4 +2,4 @@ # makes a zip file with human-readable source code that we need to upload to AMO # since webpack minifies stuff -zip -r dist-zip/uw-amo-source.zip README-AMO.md .babelrc package.json package-lock.json webpack.config.js src/ +zip -r dist-zip/uw-amo-source.zip README-AMO.md .babelrc package.json package-lock.json webpack.config.js scripts src/