Skip to content

Commit 69101b1

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"types": "./lib/index.d.ts",
1919
"default": "./lib/index.js"
2020
}
21+
},
22+
"./cli": {
23+
"types": "./lib/bin/cli.d.ts",
24+
"default": "./lib/bin/cli.mjs"
2125
}
2226
},
2327
"repository": {

0 commit comments

Comments
 (0)