We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa9e08 commit 06bc957Copy full SHA for 06bc957
.github/workflows/primary.yml
@@ -50,7 +50,8 @@ jobs:
50
run: pnpm codegen all
51
52
# Typecheck generated code (TypeScript via tsc, Python via ty, Rust via cargo)
53
- - run: pnpm typecheck
+ # Note: oxa-types-ts uses build (not typecheck) to produce dist/*.d.ts for oxa-core
54
+ - run: pnpm build
55
working-directory: packages/oxa-types-ts
56
- run: uv run ty check src/
57
working-directory: packages/oxa-types-py
0 commit comments