Commit 0fab063
chore: move vite-task-client build tooling to monorepo root
When `@voidzero-dev/vite-task-client` is consumed via the `github:`
spec, its `package.json` is read by the consumer's pnpm. With
`scripts` and `devDependencies: { ...: "catalog:" }` declared at the
subpackage level, the unresolved `catalog:` refs from a foreign
workspace broke installation downstream (typecheck failed with
TS2307 "Cannot find module @voidzero-dev/vite-task-client").
Move the `tsc` script and its `typescript` + `@tsconfig/strictest`
devDeps up to the monorepo root, and have the subpackage's
`package.json` stay minimal (name/main/types only). The CI step now
runs the root `build-vite-task-client-types` script; tsc still uses
`packages/vite-task-client/tsconfig.json` so the emission is
unchanged.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ea80a59 commit 0fab063
4 files changed
Lines changed: 14 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 7 | + | |
16 | 8 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments