Skip to content

fix: point root website scripts at existing website package scripts - #1429

Merged
dannyhw merged 1 commit into
mainfrom
dannyhw/fix-website-scripts
Jul 31, 2026
Merged

fix: point root website scripts at existing website package scripts#1429
dannyhw merged 1 commit into
mainfrom
dannyhw/fix-website-scripts

Conversation

@dannyhw

@dannyhw dannyhw commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Summary

The root website:start and website:build scripts referenced scripts that don't exist in website/package.json (which only defines dev, build, and preview), so both failed with ERR_PNPM_RECURSIVE_RUN_NO_SCRIPT:

  • website:start ran pnpm --filter website run start → now runs run dev
  • website:build ran pnpm --filter website run export → now runs run build

Test plan

  • pnpm website:build now completes successfully (rspress builds 54 pages and generates the sitemap).

The website package only defines dev, build, and preview scripts, so
website:start (run start) and website:build (run export) both failed
with ERR_PNPM_RECURSIVE_RUN_NO_SCRIPT.
@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
repack-website Ready Ready Preview Jul 31, 2026 11:43am

Request Review

@changeset-bot

changeset-bot Bot commented Jul 31, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 6af7215

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

@whydidoo
whydidoo self-requested a review July 31, 2026 12:11
@dannyhw
dannyhw merged commit 52eea99 into main Jul 31, 2026
10 checks passed
@dannyhw
dannyhw deleted the dannyhw/fix-website-scripts branch July 31, 2026 12:34
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.

1 participant