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:
co-authored by
Claude Opus 4.8
parent
76ccc5ffe9
commit
003083ca78
@@ -33,4 +33,4 @@ jobs:
|
|||||||
working-directory: apps/elysia
|
working-directory: apps/elysia
|
||||||
run: |
|
run: |
|
||||||
bun install
|
bun install
|
||||||
bun run check-types
|
bun run typecheck
|
||||||
+1
-1
Submodule apps/elysia updated: 4b7c2cbd65...dd2985b3b6
+1
-1
Submodule apps/react updated: 49c471b60b...97f2d817a0
Reference in New Issue
Block a user