-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
fix: yarn prune? #9349
fix: yarn prune? #9349
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Netail is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
I am wonder; should turbo actually prune lock files themself or just let the package handle that and just copy over the existing lock file? (Quite some maintenance work) NPM, yarn, yarn berry do have a prune functionality afaik, bun I don't think so yet? |
In favour of; #9627 |
Description
Possible fix for; #8849 ?