Commit 378c4a2
committed
fix: run void prepare on install so vp check has generated route types
vite-plus 0.2.8 surfaces tsconfig errors during vp check. The root
tsconfig extends .void/tsconfig.json, which lists .void/routes.d.ts in
its files field, but that file is gitignored and only written by void
prepare. Run void prepare in the prepare script so a fresh install
(local or CI) generates it before vp check runs.1 parent 8be7d4e commit 378c4a2
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments