fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: remove custom-client typecheck

Lubos 238409e9 0ffd8942

+1 -2
+1 -2
packages/custom-client/package.json
··· 55 55 "build": "tsdown && rollup -c && pnpm check-exports", 56 56 "check-exports": "attw --profile node16 --pack .", 57 57 "dev": "tsdown --watch", 58 - "prepublishOnly": "pnpm build", 59 - "typecheck": "vitest --typecheck --watch=false" 58 + "prepublishOnly": "pnpm build" 60 59 }, 61 60 "devDependencies": { 62 61 "@hey-api/codegen-core": "workspace:*",