Merge branch 'mozilla:main' into main
This commit is contained in:
commit
38cdf0a98c
2 changed files with 2 additions and 2 deletions
|
@ -32,4 +32,4 @@ rm -rf $TMPDIR/src/_locales/.github || die
|
||||||
print G "done."
|
print G "done."
|
||||||
|
|
||||||
print Y "Running the test..."
|
print Y "Running the test..."
|
||||||
$(npm bin)/addons-linter $TMPDIR/src || die
|
npx addons-linter $TMPDIR/src || die
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue