File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Currently all changes to Ivy are validated against the test suite of the
4
4
` angular/components ` repository. In order to debug the ` components-repo-unit-tests ` CI
5
5
job, the following steps can be used:
6
6
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
8
8
the ` angular/angular ` repo.
9
9
10
10
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.
13
13
command in the ` angular/angular ` repo:
14
14
15
15
``` 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
17
17
```
18
18
19
19
4\) Switch into the ` angular/components ` repository and run the tests by using the
You can’t perform that action at this time.
0 commit comments