mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2931018b84
This should cause Bazel builds to be incremental, only re-building parts of Angular affected by changes since the last build. It also fixes a potential version skew, where CI was running the Bazel linter binaries in the ngcontainer docker image, but developers built them using the versions in WORKSPACE PR Close #21784