Update build-addon.sh

This commit is contained in:
BPower0036 2023-02-25 13:09:07 +00:00 committed by GitHub
parent a0c01905ae
commit 8d96b0dcb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,4 +23,4 @@ if [[ $# -gt 0 ]]; then
EXTRA_PARAMS="--filename $1"
fi
$(npm bin)/web-ext build --overwrite-dest $EXTRA_PARAMS || die
npx /web-ext build --overwrite-dest $EXTRA_PARAMS || die