From a7e6a5a6bcc7e8aa86de29b82f5378fee4b133fe Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Sun, 5 Mar 2023 14:28:47 -0600 Subject: [PATCH] fix: ensure build runs in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a3e40bc..b5b0d4ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: cache: "pnpm" - if: ${{ steps.cache-node.outputs.cache-hit != 'true' }} run: pnpm install + - run: pnpm run build - uses: changesets/action@v1 if: ${{ github.event_name != 'pull_request' }} with: