Skip to content

Commit

Permalink
fix: make junit cli bind to dist/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
i5ting committed Oct 2, 2022
1 parent e0f809a commit eef8683
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 @@ -6,7 +6,7 @@
"sideEffects": false,
"types": "./types/index.d.ts",
"bin": {
"junit": "test.ts"
"junit": "./dist/bin"
},
"scripts": {
"start": "ts-node ./src/bin.ts",
Expand Down

0 comments on commit eef8683

Please sign in to comment.