Skip to content

Commit

Permalink
remove conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: aabidsofi19 <[email protected]>
  • Loading branch information
aabidsofi19 committed Dec 21, 2023
1 parent 976cf03 commit 19a7a43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"description": "Codegen to create rtk-query api from openapi schema",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"release": "node ./release.js"
},
"bin": {
"rtk-query-codegen": "./src/app.js"
Expand Down

0 comments on commit 19a7a43

Please sign in to comment.