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: replace typecheck script

Lubos 8059d610 338ff04e

+6 -3
+2 -1
packages/client-axios/package.json
··· 59 59 "dev": "tsup --watch", 60 60 "prepublishOnly": "pnpm build", 61 61 "test:coverage": "vitest run --coverage", 62 + "test:types": "vitest --typecheck --watch=false", 62 63 "test:update": "vitest watch --update", 63 64 "test:watch": "vitest watch", 64 65 "test": "vitest run", 65 - "typecheck": "vitest --typecheck --watch=false" 66 + "typecheck": "tsc --noEmit" 66 67 }, 67 68 "peerDependencies": { 68 69 "axios": ">= 1.0.0 < 2"
+2 -1
packages/client-fetch/package.json
··· 59 59 "dev": "tsup --watch", 60 60 "prepublishOnly": "pnpm build", 61 61 "test:coverage": "vitest run --coverage", 62 + "test:types": "vitest --typecheck --watch=false", 62 63 "test:update": "vitest watch --update", 63 64 "test:watch": "vitest watch", 64 65 "test": "vitest run", 65 - "typecheck": "vitest --typecheck --watch=false" 66 + "typecheck": "tsc --noEmit" 66 67 } 67 68 }
+2 -1
packages/client-nuxt/package.json
··· 60 60 "dev": "tsup --watch", 61 61 "prepublishOnly": "pnpm build", 62 62 "test:coverage": "vitest run --coverage", 63 + "test:types": "vitest --typecheck --watch=false", 63 64 "test:update": "vitest watch --update", 64 65 "test:watch": "vitest watch", 65 66 "test": "vitest run", 66 - "typecheck": "vitest --typecheck --watch=false" 67 + "typecheck": "tsc --noEmit" 67 68 }, 68 69 "peerDependencies": { 69 70 "nuxt": ">= 3.0.0 < 4"