Commit 729a3d2
committed
fix(ci): run build before lint so type-aware linting can resolve packages
Type-aware oxlint needs compiled type declarations from @blocknote/core
(and other packages) to resolve cross-package imports. Moving the build
step before lint ensures dist/ exists when the linter runs.1 parent 44bc3f9 commit 729a3d2
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments