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:
parent
bd24f6a84e
commit
2d5555441a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue