Merge pull request #2511 from mozilla/revert-2506-npx-test-fix-fix

Fix Build and Test Github CI Scripts
This commit is contained in:
Maxx Crawford
2023-02-22 11:26:39 -06:00
committed by GitHub
+1 -1
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