Experiment

This commit is contained in:
Andrea Marchesini
2021-10-26 14:34:13 +02:00
parent 65cbdfac1b
commit 6bc671d645
2 changed files with 16 additions and 3 deletions
+6 -1
View File
@@ -18,4 +18,9 @@ npm test
print Y "Creating the final package..."
cd src || die
$(npm bin)/web-ext build --overwrite-dest || die
if [[ $# -gt 0 ]]; then
EXTRA_PARAMS="--filename $1"
fi
$(npm bin)/web-ext build --overwrite-dest $EXTRA_PARAMS || die