Skip to content

Commit

Permalink
Fix failing test install by replacing (npm bin) with npx
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Feb 13, 2023
1 parent 0bcac2a commit e71cd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/addons-linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e71cd19

Please sign in to comment.