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

Fix failing test install by replacing $(npm bin) with npx
This commit is contained in:
Danny Colin 2023-02-20 11:39:50 -05:00 committed by GitHub
commit 37e0caec25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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