mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ea70d41ac2
The bazel-schematics test could suffer from a version skew where new CLI projects were not yet using a new TS version, but Angular packages already were. This caused the the `ngc` call in the added `postinstall` to run and fail: https://circleci.com/gh/angular/angular/283109 PR Close #29885