Skip to content

Commit

Permalink
Reintroduce all the languages for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf committed Dec 15, 2021
1 parent 19600a6 commit 3b00ade
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/build-addon.sh
Expand Up @@ -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

0 comments on commit 3b00ade

Please sign in to comment.