Exclude extra languages for 8.0.2
This commit is contained in:
parent
e6b93e216b
commit
31d48bf6dc
1 changed files with 2 additions and 1 deletions
|
@ -23,4 +23,5 @@ if [[ $# -gt 0 ]]; then
|
||||||
EXTRA_PARAMS="--filename $1"
|
EXTRA_PARAMS="--filename $1"
|
||||||
fi
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue