Skip to content

Commit 3d95dc9

Browse files
committed
chore: Build package before preview publishing
1 parent 6a4d17d commit 3d95dc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pkg.pr.new.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
cache: pnpm
2020
- name: Install dependencies
2121
run: pnpm install
22+
- name: Build package
23+
run: pnpm build --filter nuqs
2224
- name: Publish to pkg.pr.new
2325
run: pnpx pkg-pr-new publish --compact './packages/nuqs'

0 commit comments

Comments
 (0)