Fix failing test install by replacing (npm bin) with npx

This commit is contained in:
Maxx Crawford 2023-02-13 13:12:17 -06:00
parent 0bcac2a741
commit e71cd19883
No known key found for this signature in database
GPG key ID: 71DBD3273B65FEF9

View file

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