From ff01e33d69339f64cf57a2f006e0f2fcb06273aa Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Fri, 15 Aug 2025 15:18:02 +0200 Subject: [PATCH] docs: revert remove of `build-and-link` (#63187) This works again since angular/dev-infra#2922 landed PR Close #63187 --- contributing-docs/building-and-testing-angular.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/contributing-docs/building-and-testing-angular.md b/contributing-docs/building-and-testing-angular.md index 90389d89f26..1f1072e84c4 100644 --- a/contributing-docs/building-and-testing-angular.md +++ b/contributing-docs/building-and-testing-angular.md @@ -101,6 +101,18 @@ PRs can only be merged if the code is formatted properly and all tests are passi +### 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 +``` + ### Building and serving a project #### Cache