Skip to content

Commit 82a355b

Browse files
Goosterhofclaude
andcommitted
ci: swap build and typecheck order
Workspace packages that depend on other workspace packages (fs-loading → fs-http) need built declaration files for tsc to resolve types. Build must run before typecheck. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 037d7b1 commit 82a355b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- run: npm audit
1919
- run: npm run format:check
2020
- run: npm run lint
21-
- run: npm run typecheck
2221
- run: npm run build
22+
- run: npm run typecheck
2323
- run: npm run lint:pkg
2424
- run: npm run test:coverage
2525
- run: npm run test:mutation

0 commit comments

Comments
 (0)