Skip to content

Commit e540b65

Browse files
committed
Add more inline links to BUILD.md
1 parent f2b1818 commit e540b65

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

BUILD.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ npm install --global yarn
4242
### Working in a Monorepo
4343

4444
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.
45+
the root [`package.json`](./package.json) file contains a list of workspaces,
46+
each of which is it's own package with it's own `package.json` file.
4747

48-
You can work with the root `package.json` mostly like you would with any other:
48+
You can work with the root [`package.json`](./package.json) mostly like you
49+
would with any other:
4950

5051
```sh
5152
yarn <script-name>

0 commit comments

Comments
 (0)