Skip to content

Commit 891429e

Browse files
authored
run build step before pkg-pr-new publish (#13355)
1 parent 2ca09ce commit 891429e

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
@@ -29,6 +29,7 @@ jobs:
2929
node-version: 22
3030
cache: pnpm
3131
- run: pnpm install --frozen-lockfile
32+
- run: pnpm build
3233
- run: pnpx pkg-pr-new publish --comment=off ./packages/*
3334
lint-all:
3435
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)