Skip to content

Commit

Permalink
Merge pull request #10 from aabidsofi19/ci/release-workflow
Browse files Browse the repository at this point in the history
add release script
  • Loading branch information
aabidsofi19 authored Dec 21, 2023
2 parents 976cf03 + 19a7a43 commit 0b5c385
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 0b5c385

Please sign in to comment.