We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322e97f commit 693fad2Copy full SHA for 693fad2
package.json
@@ -4,7 +4,7 @@
4
"description": "Convert json schema for Fastify to typescript interface",
5
"main": "./dist/index.js",
6
"bin": {
7
- "fastify-schema-to-typescript": "./dist/cli.js"
+ "fastify-schema-to-typescript": "./dist/src/cli.js"
8
},
9
"scripts": {
10
"clean": "rimraf ./dist",
0 commit comments