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