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 efadee8 commit 3ec9661Copy full SHA for 3ec9661
package.json
@@ -4,7 +4,8 @@
4
"description": "Codegen to create rtk-query api from openapi schema",
5
"main": "index.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "release": "node ./release.js"
9
},
10
"bin": {
11
"rtk-query-codegen": "./src/app.js"
0 commit comments