Skip to content

Commit

Permalink
chore: add CI comment
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Mar 5, 2023
1 parent 43ceebb commit d20c41f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
cache: "pnpm"
- if: ${{ steps.cache-node.outputs.cache-hit != 'true' }}
run: pnpm install
# TODO: is this manual build step actually needed?
# `prepack` hook _should_ run but doesn't seem to.
- run: pnpm run build
- uses: changesets/action@v1
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit d20c41f

Please sign in to comment.