Skip to content

Commit fa3d076

Browse files
committedFeb 14, 2025
chore: Test pnpm flag to resolve catalogs
1 parent a1b7f99 commit fa3d076

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
echo "::notice title=Version::0.0.0-preview.${{ github.event.pull_request.head.sha }}"
5454
working-directory: packages/nuqs
5555
- name: Publish to pkg.pr.new
56-
run: pnpx pkg-pr-new publish --compact './packages/nuqs' --no-template --packageManager=pnpm
56+
run: pnpx pkg-pr-new publish --compact './packages/nuqs' --no-template --packageManager=pnpm --pnpm

‎packages/nuqs/remove-me

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Just to have a change in nuqs to trigger deploy to pkg.pr.new

0 commit comments

Comments
 (0)