8000 docs(core): correct instructions for running component repo locally (… · mhevery/angular@689651b · GitHub
[go: up one dir, main page]

Skip to content

Commit 689651b

Browse files
committed
docs(core): correct instructions for running component repo locally (angular#38707)
PR Close angular#38707
1 parent 875fcfe commit 689651b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DEBUG_COMPONENTS_REPO_IVY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Currently all changes to Ivy are validated against the test suite of the
44
`angular/components` repository. In order to debug the `components-repo-unit-tests` CI
55
job, the following steps can be used:
66

7-
1\) Build the Ivy package output by running `node ./scripts/build/build-ivy-npm-packages.js` in
7+
1\) Build the Ivy package output by running `node ./scripts/build/build-packages-dist.js` in
88
the `angular/angular` repo.
99

1010
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.
1313
command in the `angular/angular` repo:
1414

1515
```bash
16-
node ./scripts/ci/update-deps-to-dist-packages.js {COMPONENTS_REPO}/package.json ./dist/packages-dist-ivy-aot
16+
node ./scripts/ci/update-deps-to-dist-packages.js {COMPONENTS_REPO}/package.json ./dist/packages-dist
1717
```
1818

1919
4\) Switch into the `angular/components` repository and run the tests by using the

0 commit comments

Comments
 (0)
0