Commit 3f460d2
authored
fix(docs): build workspace packages before docs (#344)
Twoslash resolves `@vitejs/devtools*` imports via the package's `types`
field, which points at `dist/index.d.ts`. Without a prior `pnpm build`,
those files don't exist and `vitepress build` fails with TS2307.1 parent 0fc20b0 commit 3f460d2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments