Commit ece264f
test(@angular/cli): allow invalid deps E2E to pass on release commits
When installing an outdated version of `@schematics/angular`, the package manager will also analyze installed dependencies. In the case of a release commit those dependencies are not yet on the npm registry and the outdated package install will fail. To remedy this situation, the outdated package and its two dependencies are published to the local test registry which allows the unreleased versions of the tooling packages to also be available to the package manager.
(cherry picked from commit 3806903)1 parent 6f8926c commit ece264f
File tree
1 file changed
+24
-7
lines changed- tests/legacy-cli/e2e/tests/misc
1 file changed
+24
-7
lines changedLines changed: 24 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
9 | 27 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 28 | + | |
| 29 | + | |
13 | 30 | | |
14 | | - | |
| 31 | + | |
15 | 32 | | |
16 | 33 | | |
17 | 34 | | |
| |||
0 commit comments