diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 492941d..1db81b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,8 @@ jobs: key: ${{ runner.os }}-${{ runner.arch }}-bun-${{ hashFiles('**/bun.lockb') }} restore-keys: | ${{ runner.os }}-${{ runner.arch }}-bun- + - name: Build packages + run: bun run build:ci - name: Lint run: bun run lint - name: Type check