-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Remove command flag shorthands from docs. #1767
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
@nathanhammond is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
``` | ||
</Tab> | ||
<Tab> | ||
```bash | ||
pnpm add turbo -Dw | ||
yarn add turbo --save-dev --ignore-workspace-root-check |
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.
Yarn in the Pnpm tab?
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.
good catch #1775
``` | ||
</Tab> | ||
<Tab> | ||
```bash | ||
pnpm add turbo -Dw | ||
yarn add turbo --save-dev --ignore-workspace-root-check |
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.
Same as above? Yarn command instruction instead of Pnpm
Shorthand command flags are for expert users, we want to teach users what is happening.