-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
feat(v2): skip dependency install on docusaurus init #3986
Conversation
Hi @kumaraditya303! Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Size Change: +9 B (0%) Total Size: 156 kB ℹ️ View Unchanged
|
✔️ Deploy preview for docusaurus-2 ready! 🔨 Explore the source changes: 91fadbe 🔍 Inspect the deploy logs: https://app.netlify.com/sites/docusaurus-2/deploys/5ff189e3acd95b00071ac148 😎 Browse the preview: https://deploy-preview-3986--docusaurus-2.netlify.app |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Signed-off-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-3986--docusaurus-2.netlify.app/classic/ |
LGTM thanks 👍 |
Motivation
Originally from #3450, support to skip install for project scaffolding.
Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
Not required
Related PRs
None