Document the yarn workspace (classic) bug

I think that's what's happening in the pattern I've seen, but not sure.
This commit is contained in:
Manav Rathi 2024-02-24 11:21:37 +05:30
parent bd24f6a84e
commit 2d5555441a

View file

@ -31,6 +31,10 @@ denotes any version.
yarn workspace photos add '@/utils@*'
```
> Note: The yarn (classic) command above causes harmless but noisy diffs in
> `yarn.lock` when adding or removing dependencies to the workspaces. To fix
> them, run `yarn` again once to reset these unnecessary changes.
To see what packages depend on each other locally, use
```sh