Skip to content

Commit 0b5c385

Browse files
authored
Merge pull request #10 from aabidsofi19/ci/release-workflow
add release script
2 parents 976cf03 + 19a7a43 commit 0b5c385

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"description": "Codegen to create rtk-query api from openapi schema",
99
"main": "index.js",
1010
"scripts": {
11-
"test": "echo \"Error: no test specified\" && exit 1"
11+
"test": "echo \"Error: no test specified\" && exit 1",
12+
"release": "node ./release.js"
1213
},
1314
"bin": {
1415
"rtk-query-codegen": "./src/app.js"

0 commit comments

Comments
 (0)