Update build script to use npx instead of npm bin bash scripting
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user