Skip to content

Fix PartyKit deploy workflow command under pnpm 11 - #652

Merged
mikebarkmin merged 2 commits into
mainfrom
copilot/fix-deploy-github-actions-job
Sep 10, 2026
Merged

Fix PartyKit deploy workflow command under pnpm 11#652
mikebarkmin merged 2 commits into
mainfrom
copilot/fix-deploy-github-actions-job

Conversation

Copilot AI commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

The deploy GitHub Actions job was invoking the PartyKit workspace with pnpm syntax that no longer resolves to the package script under pnpm 11. As a result, the workflow failed before reaching partykit deploy.

  • Workflow

    • Update the deploy step in .github/workflows/deploy-party.yml to invoke the workspace script explicitly with run.
    • This avoids pnpm dispatching to its built-in deploy subcommand instead of the package's deploy script.
  • Docs

    • Update platforms/party/README.md so the documented deploy command matches the workflow and the supported pnpm 11 invocation.
- run: pnpm --filter bitflow-party run deploy

@vercel

vercel Bot commented Sep 10, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated
bitflow-brks Error Error Sep 10, 2026 9:30pm UTC

@changeset-bot

changeset-bot Bot commented Sep 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8e37aab

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Co-authored-by: mikebarkmin <2592379+mikebarkmin@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job deploy Fix PartyKit deploy workflow command under pnpm 11 Sep 10, 2026
Copilot AI requested a review from mikebarkmin September 10, 2026 21:31
@mikebarkmin
mikebarkmin marked this pull request as ready for review September 10, 2026 21:38
@mikebarkmin
mikebarkmin merged commit a3baab5 into main Sep 10, 2026
1 of 2 checks passed
@mikebarkmin
mikebarkmin deleted the copilot/fix-deploy-github-actions-job branch September 10, 2026 21:38
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