-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add yarn/berry switch in create-turbo tests. #1712
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 ↗︎
|
e265eae
to
a95b08b
Compare
a95b08b
to
9a6bcf2
Compare
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.
I think this makes sense, thanks 👍🏾. Getting parallels set up for myself also
@@ -325,10 +331,27 @@ function cleanupTestDir() { | |||
if (fs.existsSync(testDir)) { | |||
fs.rmSync(testDir, { recursive: true }); | |||
} | |||
fs.rmSync(path.join(__dirname, "../.yarn"), { recursive: true, force: true }); | |||
fs.rmSync(path.join(__dirname, "../.yarnrc"), { force: true }); | |||
fs.rmSync(path.join(__dirname, "../.yarnrc.yml"), { force: true }); |
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.
Are these getting created because of yarn set version
?
oh no, this is in a broken state! Let me get a new PR up... |
(sorry, didn't expect this to get merged as I kept pulling and pulling on the thread) |
This would be somewhat cleaned up in a
corepack
world.