From 003083ca786f5130d7c05686410bbcab052fdf42 Mon Sep 17 00:00:00 2001 From: asephs Date: Fri, 10 Jul 2026 06:07:18 +0700 Subject: [PATCH] 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) --- .github/workflows/typecheck.yml | 2 +- apps/elysia | 2 +- apps/react | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index b184406..705c005 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -33,4 +33,4 @@ jobs: working-directory: apps/elysia run: | bun install - bun run check-types \ No newline at end of file + bun run typecheck \ No newline at end of file diff --git a/apps/elysia b/apps/elysia index 4b7c2cb..dd2985b 160000 --- a/apps/elysia +++ b/apps/elysia @@ -1 +1 @@ -Subproject commit 4b7c2cbd6501c1bc1e30e73c2b53f04523947ad8 +Subproject commit dd2985b3b60d6a92551bd896d7c230092ef676c7 diff --git a/apps/react b/apps/react index 49c471b..97f2d81 160000 --- a/apps/react +++ b/apps/react @@ -1 +1 @@ -Subproject commit 49c471b60bd38126303f36381998a87f95b4bb65 +Subproject commit 97f2d817a0b82aa10e2dbc74c1890281c82592f0