docs: revert remove of build-and-link (#63187)

This works again since angular/dev-infra#2922 landed

PR Close #63187
This commit is contained in:
Matthieu Riegler 2025-08-15 15:18:02 +02:00 committed by Kristiyan Kostadinov
parent a4e27e9a03
commit ff01e33d69

View file

@ -101,6 +101,18 @@ PRs can only be merged if the code is formatted properly and all tests are passi
<a name="clang-format"></a>
<a name="prettier"></a>
### Testing changes against a local library/project
Often for developers the best way to ensure the changes they have made work as expected is to run
use changes in another library or project. To do this developers can build Angular locally, and
using `pnpm link` build a local project with the created artifacts.
This can be done by running:
```sh
pnpm ng-dev misc build-and-link <path-to-local-project-root>
```
### Building and serving a project
#### Cache