From 55266141d7a84c2e85d0c6c820079467876997ea Mon Sep 17 00:00:00 2001 From: Raphael Antonietti Date: Fri, 31 Jul 2026 12:55:31 +0200 Subject: [PATCH] ci: build CLI before tests --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9593a3ba7..63f015e91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,5 +40,8 @@ jobs: - name: Type check run: npm run typecheck + - name: Build CLI + run: npm run build:cli + - name: Run tests run: npm run test