Fix failing test install by replacing (npm bin) with npx
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user