refactor: standardize typecheck script across submodules

- apps/react: split tsc from build, add typecheck script
- apps/elysia: rename check-types to typecheck
- CI: update elysia typecheck command
- Update submodule pointers

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
asephs
2026-07-10 06:07:18 +07:00
co-authored by Claude Opus 4.8
parent 76ccc5ffe9
commit 003083ca78
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -33,4 +33,4 @@ jobs:
working-directory: apps/elysia
run: |
bun install
bun run check-types
bun run typecheck