You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't know there was an auto-detect feature in pnpm. Is there a clear advantage over defining your workspace package in the file? Is it essential for some use-cases?
I will fix the bug by detecting the empty file and throw an error. Maybe it will support auto-detect later, but until then defining the workspace would be a requirement.
It's basically like setting it to ** it just uses all folder that have a package.json, simpler to config unless you have any false positive, might be slightly slower.
pnpm defaults to auto-detection if pnpm-workspace.yaml is empty, isolate package will fail with:
In that case as it tries to destructure
packages
from it at:isolate-package/src/lib/registry/helpers/find-packages-globs.ts
Line 23 in 40f1ecf
The text was updated successfully, but these errors were encountered: