Skip to content

fix: add --pnpm flag to pkg-pr-new publish command in nightly workflow - #755

Merged
harlan-zw merged 1 commit into
mainfrom
fix/nightly-workflow
May 7, 2026
Merged

fix: add --pnpm flag to pkg-pr-new publish command in nightly workflow#755
harlan-zw merged 1 commit into
mainfrom
fix/nightly-workflow

Conversation

@DamianGlowala

@DamianGlowalaDamianGlowala commented May 7, 2026

Copy link
Copy Markdown
Member

🔗 Linked issue

📚 Description

Fixes broken nightly releases (a regression from 7a6c2f8).

@vercel

vercelBot commented May 7, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
scripts-playgroundReadyReadyPreview, CommentMay 7, 2026 9:29am

@coderabbitai

coderabbitaiBot commented May 7, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

This pull request updates the GitHub Actions nightly workflow to change how the pkg-pr-new package publishing tool is invoked. The publish step at line 33 of .github/workflows/nightly.yml switches from pnpm dlx pkg-pr-new publish ./packages/script to pnpx pkg-pr-new publish --pnpm ./packages/script. Both commands target the same directory for publishing; the change modifies the invocation method and adds an explicit package manager flag.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check nameStatusExplanation
Title check✅ PassedThe title clearly and specifically describes the main change: adding the --pnpm flag to the pkg-pr-new publish command in the nightly workflow.
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check✅ PassedCheck skipped because no linked issues were found for this pull request.
Out of Scope Changes check✅ PassedCheck skipped because no linked issues were found for this pull request.
Description check✅ PassedThe pull request description clearly explains the issue being fixed (broken nightly releases, a regression from a specific commit) and relates directly to the changeset which adds the --pnpm flag to the pkg-pr-new command.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/nightly-workflow

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new

pkg-pr-newBot commented May 7, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@nuxt/scripts@755

commit: 69a0e8b

@harlan-zw
harlan-zw merged commit 53810dd into mainMay 7, 2026
19 checks passed
@harlan-zw
harlan-zw deleted the fix/nightly-workflow branch May 7, 2026 15:02
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@DamianGlowala@harlan-zw