Skip to content

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

Merged
harlan-zw merged 1 commit intomainfrom
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 intomainfrom
fix/nightly-workflow

Conversation

@DamianGlowala
Copy link
Copy Markdown
Member

@DamianGlowala DamianGlowala commented May 7, 2026

🔗 Linked issue

📚 Description

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

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 7, 2026

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

Project Deployment Actions Updated (UTC)
scripts-playground Ready Ready Preview, Comment May 7, 2026 9:29am

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 7, 2026

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 name Status Explanation
Title check ✅ Passed The 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 ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed The 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
Copy link
Copy Markdown

pkg-pr-new Bot commented May 7, 2026

Open in StackBlitz

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

commit: 69a0e8b

@harlan-zw harlan-zw merged commit 53810dd into main May 7, 2026
19 checks passed
@harlan-zw harlan-zw deleted the fix/nightly-workflow branch May 7, 2026 15:02
Sign up for free to 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