DOCS: Fixing, from npm build to npm run build.#864
Conversation
✅ Deploy Preview for livecodes ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
WalkthroughDocumentation update in self-hosting instructions: the build command changed from "npm build" to "npm run build" while keeping other steps and the output directory unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ Finishing Touches🧪 Generate 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/docs/features/self-hosting.mdx (1)
20-32: Optional: add env/tooling notes for smoother buildsConsider briefly noting required Node/npm versions and that CI users may prefer npm ci for reproducible installs.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
docs/docs/features/self-hosting.mdx(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: Codacy Static Code Analysis
- GitHub Check: Redirect rules - livecodes
- GitHub Check: Header rules - livecodes
- GitHub Check: Pages changed - livecodes
🔇 Additional comments (2)
docs/docs/features/self-hosting.mdx (2)
24-24: Correct fix: use npm run buildThis properly invokes the package.json script and aligns with the rest of the docs. LGTM.
20-32: ✅ npm scripts consistency check passedAll requested verifications completed:
- No remaining occurrences of the deprecated
npm buildcommand were found.- The scripts referenced in
docs/docs/features/self-hosting.mdxare present in your package.json files:
docs/package.json: build, serve, deploy, startpackage.json(repo root): build, serve, deploy, startNo further changes needed here.
|
Nice catch! |



What type of PR is this? (check all applicable)
Description
Added tests?
Added to documentations?
Summary by CodeRabbit