Add files via upload

This commit is contained in:
BPower0036 2023-05-08 14:09:55 +00:00 committed by GitHub
parent 8d96b0dcb7
commit fe0276e99f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -32,4 +32,4 @@ rm -rf $TMPDIR/src/_locales/.github || die
print G "done."
print Y "Running the test..."
npx /addons-linter $TMPDIR/src || die
npx addons-linter $TMPDIR/src || die

View file

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