Skip to content

Commit

Permalink
Remove npm bin in favor of npx
Browse files Browse the repository at this point in the history
Does not exist on NPM 10
  • Loading branch information
fatso83 committed Oct 20, 2023
1 parent d2a16b9 commit 2a730ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-source/release/examples/run-test.sh
Expand Up @@ -13,7 +13,7 @@ npm install --ignore-scripts
npm link sinon

# Lint
$(npm bin)/eslint .
npx eslint .

# Make sure all examples are still runnable
set -e
Expand Down

0 comments on commit 2a730ff

Please sign in to comment.