Skip to content

Commit

Permalink
Merge pull request #2506 from mozilla/npx-test-fix
Browse files Browse the repository at this point in the history
Fix failing test install by replacing $(npm bin) with npx
  • Loading branch information
dannycolin authored Feb 20, 2023
2 parents 0bcac2a + e71cd19 commit 37e0cae
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 37e0cae

Please sign in to comment.