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 976cf03 commit 19a7a43Copy full SHA for 19a7a43
package.json
@@ -8,7 +8,8 @@
8
"description": "Codegen to create rtk-query api from openapi schema",
9
"main": "index.js",
10
"scripts": {
11
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
12
+ "release": "node ./release.js"
13
},
14
"bin": {
15
"rtk-query-codegen": "./src/app.js"
0 commit comments