mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
35df312ea4
We added a new dependency on `fs-extra` to the dev-infra package. We can remove this dependency and replace it with `shelljs` that is extensively used in other places already. The motiviation is that we can reduce dependencies needed for for consumption of the shared dev-infra package. PR Close #37778