Explorar o código

Document the yarn workspace (classic) bug

I think that's what's happening in the pattern I've seen, but not sure.
Manav Rathi hai 1 ano
pai
achega
2d5555441a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      docs/dev.md

+ 4 - 0
docs/dev.md

@@ -31,6 +31,10 @@ denotes any version.
 yarn workspace photos add '@/utils@*'
 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
 To see what packages depend on each other locally, use
 
 
 ```sh
 ```sh