Skip to content

Commit

Permalink
fix: ensure build runs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Mar 5, 2023
1 parent c1ed82e commit a7e6a5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a7e6a5a

Please sign in to comment.