Skip to content

chore(docs): add docs:dev script#2931

Open
btea wants to merge 1 commit into
npmx-dev:mainfrom
btea:fix/docs-dev-script
Open

chore(docs): add docs:dev script#2931
btea wants to merge 1 commit into
npmx-dev:mainfrom
btea:fix/docs-dev-script

Conversation

@btea

@btea btea commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

🔗 Linked issue

🧭 Context

Add a script to the package.json file in the root directory to quickly launch the documentation locally.

📚 Description

The package name in `docs/package.json` is `npmx-docs`, so `--filter docs` was
not matching. Changed to `--filter npmx-docs` so `pnpm docs:dev` correctly
launches the docs site dev server.
@vercel

vercel Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
npmx.dev Ready Ready Preview, Comment Jun 18, 2026 8:29am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs.npmx.dev Ignored Ignored Preview Jun 18, 2026 8:29am
npmx-lunaria Ignored Ignored Jun 18, 2026 8:29am

Request Review

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 141f96a2-d2be-488d-aeed-45efffbe6ba7

📥 Commits

Reviewing files that changed from the base of the PR and between 46e7c59 and 0f3c71a.

📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Added new development script docs:dev to project configuration.

Walkthrough

A new docs:dev script entry is added to the scripts block in the root package.json. The command vp run --filter npmx-docs dev targets the npmx-docs workspace package and runs its dev server.

Changes

docs:dev Script Addition

Layer / File(s) Summary
Add docs:dev script
package.json
Adds "docs:dev": "vp run --filter npmx-docs dev" to the scripts block alongside the existing chromatic entry.
🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: adding a docs:dev script to package.json.
Description check ✅ Passed The description is related to the changeset, explaining the context and purpose of adding the docs:dev script.
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.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@github-actions

Copy link
Copy Markdown

e18e dependency analysis

No dependency warnings found.

@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

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