From 2cc5aa68d2e106bba2435e68cbf3c0e433f6ed48 Mon Sep 17 00:00:00 2001 From: Lane Sawyer Date: Thu, 31 Oct 2024 15:57:26 -0700 Subject: [PATCH] Build on typecheck step --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96a235a..bb29dc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,5 +119,8 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile + - name: Build + run: pnpm build + - name: Typecheck run: pnpm typecheck