Merge pull request #2506 from mozilla/npx-test-fix
Fix failing test install by replacing $(npm bin) with npx
This commit is contained in:
commit
37e0caec25
1 changed files with 1 additions and 1 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue