docs(docs): remove duplicate @types/node installation steps#7542
docs(docs): remove duplicate @types/node installation steps#7542lukpod1 wants to merge 2 commits intoprisma:mainfrom
Conversation
Update Branch main
Removed redundant @types/node installation commands in multiple database quickstart guides to streamline the documentation Issue: prisma#7541
|
@lukpod1 is attempting to deploy a commit to the Prisma Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 WalkthroughThis PR removes Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. 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. Comment |
What changed and why
Removed redundant
@types/nodeinstallation commands in database quickstart guides. This. ensure the documentation is concise and avoids repeating installation steps that are already covered in the same block.How it was tested (commands + notes)
Verified the changes by running the local documentation server (
pnpm --filter docs dev) and checking the affected .mdx files to ensure the installation blocks are rendered correctly.Issue Reference
Issue: #7541
Summary by CodeRabbit