|
53 | 53 | "build:deps:md-compiler:native": "pnpm -F @truenine/md-compiler run build:native", |
54 | 54 | "build:deps:ts": "pnpm -F @truenine/logger -F @truenine/md-compiler -F @truenine/script-runtime run build:ts", |
55 | 55 | "bundle": "tsx ../scripts/build-quiet.ts", |
56 | | - "check": "run-s build:deps:ts check:run", |
57 | | - "check:run": "run-p lint:run check:type:run", |
| 56 | + "check": "run-p lint check:type", |
58 | 57 | "finalize:bundle": "tsx scripts/finalize-bundle.ts", |
59 | 58 | "generate:schema": "tsx scripts/generate-schema.ts", |
60 | | - "lint": "run-s build:deps:ts lint:run", |
61 | | - "lint:run": "eslint --cache --cache-location .eslintcache .", |
| 59 | + "lint": "eslint --cache --cache-location .eslintcache .", |
62 | 60 | "prepublishOnly": "run-s build check", |
63 | 61 | "test": "run-s build:deps test:run", |
64 | 62 | "test:native-cleanup-smoke": "tsx scripts/cleanup-native-smoke.ts", |
65 | 63 | "test:run": "vitest run", |
66 | 64 | "benchmark:cleanup": "tsx scripts/benchmark-cleanup.ts", |
67 | | - "lint:fix": "run-s build:deps:ts lint:fix:run", |
68 | | - "lint:fix:run": "eslint --fix --cache --cache-location .eslintcache .", |
| 65 | + "lint:fix": "eslint --fix --cache --cache-location .eslintcache .", |
69 | 66 | "check:type": "run-s check:type:run", |
70 | 67 | "check:type:run": "tsc --noEmit -p tsconfig.lib.json" |
71 | 68 | }, |
|
0 commit comments