Reintroduce all the languages for the next release
This commit is contained in:
parent
19600a6f2d
commit
3b00ade521
1 changed files with 1 additions and 3 deletions
|
@ -23,6 +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
|
|
||||||
#$(npm bin)/web-ext build --overwrite-dest $EXTRA_PARAMS || die
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue