Reintroduce all the languages for the next release

This commit is contained in:
Andrea Marchesini 2021-12-15 21:09:14 +01:00
parent 19600a6f2d
commit 3b00ade521

View file

@ -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