mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
279c57f38d
The integration test for bazel-schematics installs Angular in two different locations: 1. Bazel workspace 2. package.json -> fetched from npm Pull request #28142 changes the test to always install (1) from source. This breaks when there's a major version bump since the versions locally and the version in package.json no longer match. This change updates package.json to fetch @angular/* packages locally as well. PR Close #28194