Skip to content

Commit a702346

Browse files
committed
fix(ci): add prebuild step before typecheck
The navigation.ts file is generated during prebuild and is required for typecheck to pass.
1 parent 6f0b454 commit a702346

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Lint
3232
run: npm run lint
3333

34+
- name: Prebuild (generate navigation)
35+
run: npm run prebuild
36+
3437
- name: Type check
3538
run: npm run typecheck
3639

0 commit comments

Comments
 (0)