Disable languages again for 8.0.3
This commit is contained in:
parent
9aeb80e6ab
commit
e3772b28b9
1 changed files with 3 additions and 1 deletions
|
@ -23,4 +23,6 @@ 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
|
||||||
|
#$(npm bin)/web-ext build --overwrite-dest $EXTRA_PARAMS || die
|
||||||
|
|
Loading…
Add table
Reference in a new issue