Skip to content

Commit 3ec9661

Browse files
committed
add release script
Signed-off-by: aabidsofi19 <mailtoaabid01@gmail.com>
1 parent efadee8 commit 3ec9661

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
@@ -4,7 +4,8 @@
44
"description": "Codegen to create rtk-query api from openapi schema",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"release": "node ./release.js"
89
},
910
"bin": {
1011
"rtk-query-codegen": "./src/app.js"

0 commit comments

Comments
 (0)