Skip to content

Commit

Permalink
Disable languages again for 8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf committed Nov 30, 2021
1 parent 9aeb80e commit e3772b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/build-addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ if [[ $# -gt 0 ]]; then
EXTRA_PARAMS="--filename $1"
fi

$(npm bin)/web-ext build --overwrite-dest $EXTRA_PARAMS || die
# 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

0 comments on commit e3772b2

Please sign in to comment.