-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Update pnpm workspace example in docs to avoid edge cases #2111
Conversation
|
This error could be due to the fact that I had removed https://bazelbuild.slack.com/archives/CEZUUKQ6P/p1739851043050399 But this PR is here just in case the problem is something else. |
The previous approach does not seem stable .
It was working with initial tests but now it's not, and I'd hate for someone to encounter this sort of snag based on my contribution.
Here's the type of error I was seeing
This happens if you add anything like -
'./**/*'
,- '**'
, or- '*'
to workspace packages. It doesn't seem to matter if you have- !..
, it still tries to look there.So this new approach is to manually add project dirs and their subfolders. Easy enough.