Skip to content

Commit db4f516

Browse files
tylergibbs1claude
andcommitted
Fix CI: build stratus-sdk before mcp-aws typecheck
mcp-aws E2E tests import from stratus-sdk — TypeScript needs the built types to resolve. Build stratus-sdk first so the workspace link has .d.ts files available. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 82eb4f1 commit db4f516

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
@@ -24,6 +24,9 @@ jobs:
2424

2525
- run: bun install --frozen-lockfile
2626

27+
- name: Build stratus-sdk (needed for mcp-aws typecheck)
28+
run: bun run --filter stratus-sdk build
29+
2730
- name: Typecheck stratus-sdk
2831
run: bunx tsc -p packages/stratus-sdk/tsconfig.build.json --noEmit
2932

0 commit comments

Comments
 (0)