Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"packageManager": "[email protected]",
"scripts": {
"prepare": "simple-git-hooks",
"build": "pnpm run -r build",
"build:packages": "pnpm --filter=\"./packages/*\" run -r build",
"build": "pnpm run build:packages && pnpm run -r build",
"build:packages": "tsdown",
"preview": "pnpm run --parallel preview",
"type:check": "pnpm run -r type:check && pnpm run -r type:check:test && tsc --noEmit",
"test": "vitest run",
Expand Down Expand Up @@ -44,8 +44,8 @@
"lint-staged": "^16.0.0",
"msw": "^2.8.4",
"simple-git-hooks": "^2.11.1",
"tsdown": "0.12.7",
"typescript": "^5.8.3",
"unbuild": "^3.5.0",
"vite-plugin-solid": "^2.11.6",
"vitest": "^3.0.4"
},
Expand Down
1 change: 0 additions & 1 deletion packages/arktype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/client/tsdown.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineConfig } from 'tsdown'

export default defineConfig({
entry: ['./src/index.ts', './src/plugins/index.ts', './src/adapters/*/index.ts'],
})
1 change: 0 additions & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/hey-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b",
"prepare": "openapi-ts -i ./tests/spec.json -o ./tests/client -c @hey-api/client-fetch"
Expand Down
1 change: 0 additions & 1 deletion packages/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b",
"type:check:test": "tsc -p tsconfig.test.json --noEmit"
Expand Down
1 change: 0 additions & 1 deletion packages/openapi-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/react/tsdown.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineConfig } from 'tsdown'

export default defineConfig({
entry: ['./src/index.ts', './src/hooks/index.ts'],
})
1 change: 0 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/server/tsdown.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineConfig } from 'tsdown'

export default defineConfig({
entry: ['./src/index.ts', './src/plugins/index.ts', './src/adapters/*/index.ts'],
})
1 change: 0 additions & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/solid-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/standard-server-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/standard-server-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/standard-server-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/standard-server-peer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/standard-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/standard-server/tsdown.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineConfig } from 'tsdown'

export default defineConfig({
entry: ['./src/index.ts', './src/batch/index.ts'],
})
1 change: 0 additions & 1 deletion packages/svelte-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/tanstack-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/vue-colada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
1 change: 0 additions & 1 deletion packages/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build:watch": "pnpm run build --watch",
"type:check": "tsc -b"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/zod/tsdown.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineConfig } from 'tsdown'

export default defineConfig({
entry: ['./src/index.ts', './src/zod4/index.ts'],
})
Loading