Skip to content

Commit d20c41f

Browse files
committed
chore: add CI comment
1 parent 43ceebb commit d20c41f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
cache: "pnpm"
2929
- if: ${{ steps.cache-node.outputs.cache-hit != 'true' }}
3030
run: pnpm install
31+
# TODO: is this manual build step actually needed?
32+
# `prepack` hook _should_ run but doesn't seem to.
3133
- run: pnpm run build
3234
- uses: changesets/action@v1
3335
if: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)