Update build script to use npx instead of npm bin bash scripting

This commit is contained in:
Maxx Crawford 2023-02-22 11:19:38 -06:00
parent e71cd19883
commit 2dfd1ee4bb
No known key found for this signature in database
GPG key ID: 71DBD3273B65FEF9

View file

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