Skip to content

Commit

Permalink
npx is the new 'npm bin'
Browse files Browse the repository at this point in the history
  • Loading branch information
jksolbakken committed Mar 5, 2024
1 parent 4a4e0b5 commit 3d4d15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Validation for Norwegian national id numbers (\"fødselsnummer\" and \"d-nummer\")",
"scripts": {
"build": "$(npm bin)/babel src -d dist",
"test": "$(npm bin)/mocha --reporter spec tests/",
"test-w": "$(npm bin)/mocha --watch --reporter spec tests/"
"test": "npx mocha --reporter spec tests/",
"test-w": "npx mocha --watch --reporter spec tests/"
},
"author": "NAV (https://nav.no)",
"license": "MIT",
Expand Down

0 comments on commit 3d4d15b

Please sign in to comment.