Include all the languages

This commit is contained in:
Andrea Marchesini 2021-11-25 08:12:00 +01:00
parent 31d48bf6dc
commit 80393ceb04

View file

@ -23,5 +23,4 @@ if [[ $# -gt 0 ]]; then
EXTRA_PARAMS="--filename $1" EXTRA_PARAMS="--filename $1"
fi fi
# Let's include just 'en' for this release $(npm bin)/web-ext build --overwrite-dest $EXTRA_PARAMS || die
$(npm bin)/web-ext build --overwrite-dest $EXTRA_PARAMS --ignore-files $(find _locales/* | grep \/en -v) $(find _locales/* | grep en_) || die