Skip to content

Commit 1dc9fd3

Browse files
authored
chore: Update pkg.pr.new comments (#918)
* chore: Disable template generation on StackBlitz * chore: Use pnpm in install instructions * chore: Test pnpm flag to resolve catalogs
1 parent 08a5752 commit 1dc9fd3

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'
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)