We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b1818 commit e540b65Copy full SHA for e540b65
1 file changed
BUILD.md
@@ -42,10 +42,11 @@ npm install --global yarn
42
### Working in a Monorepo
43
44
In a [Yarn Workspaces](https://classic.yarnpkg.com/en/docs/workspaces) monorepo,
45
-the root `package.json` file contains a list of workspaces, each of which is
46
-it's own package with it's own `package.json` file.
+the root [`package.json`](./package.json) file contains a list of workspaces,
+each of which is it's own package with it's own `package.json` file.
47
48
-You can work with the root `package.json` mostly like you would with any other:
+You can work with the root [`package.json`](./package.json) mostly like you
49
+would with any other:
50
51
```sh
52
yarn <script-name>
0 commit comments