Skip to content

Commit a7e6a5a

Browse files
committed
fix: ensure build runs in CI
1 parent c1ed82e commit a7e6a5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
cache: "pnpm"
2929
- if: ${{ steps.cache-node.outputs.cache-hit != 'true' }}
3030
run: pnpm install
31+
- run: pnpm run build
3132
- uses: changesets/action@v1
3233
if: ${{ github.event_name != 'pull_request' }}
3334
with:

0 commit comments

Comments
 (0)