Skip to content

Commit 06bc957

Browse files
committed
ci(oxa types): build for oxa-core
1 parent 1aa9e08 commit 06bc957

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/primary.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
run: pnpm codegen all
5151

5252
# Typecheck generated code (TypeScript via tsc, Python via ty, Rust via cargo)
53-
- run: pnpm typecheck
53+
# Note: oxa-types-ts uses build (not typecheck) to produce dist/*.d.ts for oxa-core
54+
- run: pnpm build
5455
working-directory: packages/oxa-types-ts
5556
- run: uv run ty check src/
5657
working-directory: packages/oxa-types-py

0 commit comments

Comments
 (0)