Skip to content

Commit edbd287

Browse files
fix: run build before typecheck in CI
The demo app resolves react-virtualized-diff types from dist/index.d.ts, which doesn't exist on a fresh checkout until build runs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bb10e5d commit edbd287

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222

2323
- run: pnpm install --frozen-lockfile
2424
- run: pnpm lint
25+
- run: pnpm build
2526
- run: pnpm typecheck
26-
- run: pnpm test
27-
- run: pnpm build
27+
- run: pnpm test

0 commit comments

Comments
 (0)