From 9ec1beb6e1e32c1f349da6e17b21fa3f2c5e57ae Mon Sep 17 00:00:00 2001 From: Josh Lambert Date: Wed, 17 Jun 2026 17:07:10 -0400 Subject: [PATCH] ci: cache console production build --- .github/workflows/typecheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index 9931242f13..11ef4e1ab7 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -23,7 +23,7 @@ jobs: run: bun turbo typecheck --filter='!@kilocode/kilo-jetbrains' - name: Build Kilo Console - run: bun run --cwd packages/kilo-console build + run: bun turbo build --filter=@kilocode/kilo-console # kilocode_change end # kilocode_change start