Commit 4ab07d5
committed
fix(web): generate license notices before check-types so CI tsc finds the JSON
The /licenses page imports apps/web/src/generated/open-source-licenses.json,
which is produced by build:licenses (gitignored). prebuild generates it for
`next build`, but `check-types` ran tsc directly, so CI failed with TS2307
since 9d3c12d. Prefix check-types with build:licenses to keep the import
resolvable in fresh checkouts.1 parent 8c55a0b commit 4ab07d5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments