From 3b00ade521609d4ada6fca593ee6fcd0236c1781 Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Wed, 15 Dec 2021 21:09:14 +0100 Subject: [PATCH] Reintroduce all the languages for the next release --- bin/build-addon.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/build-addon.sh b/bin/build-addon.sh index 6c744c67..62d771c7 100755 --- a/bin/build-addon.sh +++ b/bin/build-addon.sh @@ -23,6 +23,4 @@ if [[ $# -gt 0 ]]; then EXTRA_PARAMS="--filename $1" fi -# Let's include just 'en' for this release -$(npm bin)/web-ext build --overwrite-dest $EXTRA_PARAMS --ignore-files $(find _locales/* | grep \/en -v) $(find _locales/* | grep en_) || die -#$(npm bin)/web-ext build --overwrite-dest $EXTRA_PARAMS || die +$(npm bin)/web-ext build --overwrite-dest $EXTRA_PARAMS || die