-
Notifications
You must be signed in to change notification settings - Fork 4.1k
fix: command fixed in contributing file #9715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
|
Hi @RomneyDa, in my previous PR the Prettier check was failing, so I ran Could you please review this PR? In case of passing all the checks, I can rerun Prettier and push an updated commit. Thanks! |
RomneyDa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes the incorrect docs server start command
|
@sarthakNITT looks like this is failing the prettier check |
|
@RomneyDa |
|
🎉 This PR is included in version 1.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
npm run startis wrong, correct command isnpm run dev.Checklist
Continue Tasks:▶️ 2 queued — View all
Summary by cubic
Fixes the docs server start command in CONTRIBUTING.md. Replaces npm run start with npm run dev so contributors can run the documentation locally without errors.
Written for commit faf3de7. Summary will update on new commits.