-
Notifications
You must be signed in to change notification settings - Fork 2k
docs(example): use npx turbo and show filtering #10500
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
Use `npx turbo` instead of `pnpm` to make the example agnostic of the chosen package manager. Show how to filter by package because this is one of the most commonly used features in a monorepo setup. Signed-off-by: Sebastian Davids <sdavids@gmx.de>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@sdavids is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
It might make sense to update the other examples as well, e.g.:
This could be another PR and only for the |
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.
Thanks for this! I added on a little more context with links to docs and individualized package manager commands. Let's ship it!
Description
Use
npx turbo
instead ofpnpm
to make the example agnostic of the chosen package manager.Show how to filter by package because this is one of the most commonly used features in a monorepo setup.