Skip to content

Commit 19a7a43

Browse files
committed
remove conflicts
Signed-off-by: aabidsofi19 <mailtoaabid01@gmail.com>
1 parent 976cf03 commit 19a7a43

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)