{{ message }}
Commit df50af2
ci: only build test targets for components repo unit test job (angular#44832)
To speed up the components CI job (avoiding it being a bottleneck in FW),
we will stop building everything in `src/...`, but rather only build targets
which are needed to run all tests within `src/...`.
This notably should avoid unnecessary NPM package building. Arguably that
part would also be valuable to have, but we already test the `ng_package`
rule in FW itself, plus we run snapshot tests in the components repo as well.
PR Close angular#448321 parent 15df7eb commit df50af2
1 file changed
Lines changed: 5 additions & 1 deletion

0 commit comments