|
20 | 20 | "funding": "https://github.com/sponsors/hey-api",
|
21 | 21 | "type": "module",
|
22 | 22 | "scripts": {
|
23 |
| - "build": "pnpm --recursive --filter '!./examples/openapi-ts-sample' build", |
| 23 | + "build": "turbo run build --filter=\"!@example/openapi-ts-sample\"", |
24 | 24 | "changeset": "changeset",
|
25 | 25 | "client": "sh ./scripts/client.sh",
|
26 |
| - "docs": "pnpm --filter @hey-api/docs --", |
27 | 26 | "example": "sh ./scripts/example.sh",
|
28 | 27 | "format": "prettier --write .",
|
29 | 28 | "lint:fix": "prettier --check --write . && eslint . --fix",
|
30 | 29 | "lint": "prettier --check . && eslint .",
|
31 |
| - "openapi-ts": "pnpm --filter @hey-api/openapi-ts --", |
| 30 | + "openapi-ts": "turbo run $1 --filter=\"@hey-api/openapi-ts\"", |
32 | 31 | "prepare": "husky",
|
33 |
| - "test:coverage": "pnpm --recursive test:coverage", |
34 |
| - "test:e2e": "pnpm --recursive test:e2e", |
35 |
| - "test:update": "pnpm --recursive test:update", |
36 |
| - "test": "pnpm --recursive test", |
37 |
| - "typecheck": "pnpm --recursive --filter '!./examples/openapi-ts-sample' typecheck" |
| 32 | + "test:coverage": "turbo run test:coverage", |
| 33 | + "test:e2e": "turbo run test:e2e", |
| 34 | + "test:update": "turbo run test:update", |
| 35 | + "test": "turbo run test", |
| 36 | + "typecheck": "turbo run typecheck --filter=\"!@example/openapi-ts-sample\"", |
| 37 | + "vitepress": "turbo run $1 --filter=\"@hey-api/docs\"" |
38 | 38 | },
|
39 | 39 | "engines": {
|
40 | 40 | "node": "^18.18.0 || ^20.9.0 || >=22.11.0"
|
|
60 | 60 | "rollup": "4.31.0",
|
61 | 61 | "rollup-plugin-dts": "6.1.1",
|
62 | 62 | "tsup": "8.3.5",
|
| 63 | + "turbo": "2.4.0", |
63 | 64 | "typescript": "5.5.3",
|
64 | 65 | "typescript-eslint": "8.19.1",
|
65 | 66 | "vitest": "1.6.0"
|
|
0 commit comments