docs(core): correct instructions for running component repo locally (#38707)
PR Close #38707
This commit is contained in:
parent
f96dcc5ce0
commit
2ede800f0c
|
@ -4,7 +4,7 @@ Currently all changes to Ivy are validated against the test suite of the
|
|||
`angular/components` repository. In order to debug the `components-repo-unit-tests` CI
|
||||
job, the following steps can be used:
|
||||
|
||||
1\) Build the Ivy package output by running `node ./scripts/build/build-ivy-npm-packages.js` in
|
||||
1\) Build the Ivy package output by running `node ./scripts/build/build-packages-dist.js` in
|
||||
the `angular/angular` repo.
|
||||
|
||||
2\) Clone the `angular/components` repository if not done yet ([quick link to repo](https://github.com/angular/components)).
|
||||
|
@ -13,7 +13,7 @@ the `angular/angular` repo.
|
|||
command in the `angular/angular` repo:
|
||||
|
||||
```bash
|
||||
node ./scripts/ci/update-deps-to-dist-packages.js {COMPONENTS_REPO}/package.json ./dist/packages-dist-ivy-aot
|
||||
node ./scripts/ci/update-deps-to-dist-packages.js {COMPONENTS_REPO}/package.json ./dist/packages-dist
|
||||
```
|
||||
|
||||
4\) Switch into the `angular/components` repository and run the tests by using the
|
||||
|
|
Loading…
Reference in New Issue