Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Document the yarn workspace (classic) bug
Browse files Browse the repository at this point in the history
I think that's what's happening in the pattern I've seen, but not sure.
  • Loading branch information
mnvr committed Feb 24, 2024
1 parent bd24f6a commit 2d55554
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d55554

Please sign in to comment.