-
Notifications
You must be signed in to change notification settings - Fork 108
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
wireit always runs from the workspace root in yarn@4 #960
Comments
It's not related to the Yarn 4.0 release, and seems to be a wireit bug. The problem started in 3.6.2, when we implemented |
Thanks for investigating! |
That function may need to be updated, but it doesn't seem to be the cause of this bug. |
|
I was somehow on the last version of Here's the CHANGELOG for 3.2.2. Of note, it is where |
Commenting this out in 4.0.0 does fix the bug: // (u.npm_package_name = fn(e)), (u.npm_package_version = I); > yarn run test-wireit
🏃 [test-wireit] Running command "echo "hi from wireit@inner""
hi from wireit@inner
✅ [test-wireit] Executed successfully
> yarn --version
4.0.0--fixing-wireit (but weirdly not in the actual monorepo where i use yarn+wireit) |
@arcanis's issue identification was correct. My underslept brain has been experimenting with |
See yarnpkg/berry#5925
The text was updated successfully, but these errors were encountered: