Skip to content

Commit

Permalink
fix direct usage of node_modules/.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jan 4, 2024
1 parent 6fad7a6 commit a3e8a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test": "concurrently --no-color \"npm:test:*\" --names \"test:\"",
"test:cjs": "qunit tests/test.cjs",
"test:esm": "qunit tests/test.mjs",
"test:ts": "node node_modules/.bin/qunit --require ts-node/register tests/test.ts"
"test:ts": "npx qunit --require ts-node/register tests/test.ts"
},
"resolutions": {
"type-fest": "^3.0.0"
Expand Down

0 comments on commit a3e8a97

Please sign in to comment.