We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5947f7a commit 1bd5dadCopy full SHA for 1bd5dad
package.json
@@ -3,7 +3,7 @@
3
"version": "0.1.3",
4
"description": "OpenAPI React Query Codegen",
5
"bin": {
6
- "openapi-rq": "bin/cli.js"
+ "openapi-rq": "dist/bin/cli.js"
7
},
8
"scripts": {
9
"build": "tsc -p tsconfig.json",
tsconfig.json
@@ -12,7 +12,6 @@
12
"lib": ["ESNext", "DOM"]
13
14
"include": [
15
- "bin",
16
- "package.json"
+ "bin"
17
],
18
}
0 commit comments