Skip to content

Commit 693fad2

Browse files
fix: change bin entry point
1 parent 322e97f commit 693fad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Convert json schema for Fastify to typescript interface",
55
"main": "./dist/index.js",
66
"bin": {
7-
"fastify-schema-to-typescript": "./dist/cli.js"
7+
"fastify-schema-to-typescript": "./dist/src/cli.js"
88
},
99
"scripts": {
1010
"clean": "rimraf ./dist",

0 commit comments

Comments
 (0)