We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdcc751 commit b3e452dCopy full SHA for b3e452d
.github/workflows/test-codegen.yml
@@ -147,4 +147,4 @@ jobs:
147
name: package
148
149
- name: Run are-the-types-wrong
150
- run: yarn dlx @arethetypeswrong/cli@latest ./package.tgz --format table
+ run: yarn dlx @arethetypeswrong/cli@latest ./package.tgz --format table --exclude-entrypoints cli
packages/rtk-query-codegen-openapi/package.json
@@ -18,7 +18,8 @@
18
"types": "./lib/index.d.ts",
19
"default": "./lib/index.js"
20
}
21
- }
+ },
22
+ "./cli": "./lib/bin/cli.mjs"
23
},
24
"repository": {
25
"type": "git",
0 commit comments