Skip to content

Commit daa52b3

Browse files
authored
add note about workspaces in readme
1 parent b3083c0 commit daa52b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ You can use `--dev` if you don't need to run yarn in production, e.g. if you're
4949

5050
To understand why yarn needs the `postinstall-postinstall` package see: [Why use postinstall-postinstall](#why-use-postinstall-postinstall-with-yarn)
5151

52+
## yarn workspaces
53+
54+
Same as for yarn ☝️ Note that if you want to patch un-hoisted packages you'll need to repeat the setup process for the child package. Also make sure you're in that directory when you run `patch-package` to generate the patch files.
55+
5256
## Usage
5357

5458
### Making patches

0 commit comments

Comments
 (0)