Skip to content

Commit

Permalink
fix: start target with ./
Browse files Browse the repository at this point in the history
As the error message commands
  • Loading branch information
EricCrosson committed Nov 8, 2023
1 parent 05a0c4b commit e68c62c
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 @@ -3,7 +3,7 @@
"version": "2.0.0",
"description": "",
"type": "module",
"exports": "dist/index.js",
"exports": "./dist/index.js",
"scripts": {
"build": "tsc --build ."
},
Expand Down

0 comments on commit e68c62c

Please sign in to comment.