Skip to content

Commit 1bd5dad

Browse files
committed
fix: unable to execute command
1 parent 5947f7a commit 1bd5dad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.3",
44
"description": "OpenAPI React Query Codegen",
55
"bin": {
6-
"openapi-rq": "bin/cli.js"
6+
"openapi-rq": "dist/bin/cli.js"
77
},
88
"scripts": {
99
"build": "tsc -p tsconfig.json",

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"lib": ["ESNext", "DOM"]
1313
},
1414
"include": [
15-
"bin",
16-
"package.json"
15+
"bin"
1716
],
1817
}

0 commit comments

Comments
 (0)