Skip to content

Commit e541723

Browse files
committed
feat: expose cli in exports
closes reduxjs#4976
1 parent cdcc751 commit e541723

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/rtk-query-codegen-openapi/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"types": "./lib/index.d.ts",
1919
"default": "./lib/index.js"
2020
}
21-
}
21+
},
22+
"./cli": "./lib/bin/cli.mjs"
2223
},
2324
"repository": {
2425
"type": "git",

0 commit comments

Comments
 (0)