bgotink / yarn-plugin-angular

yarn 2 (aka berry) plugin to facilitate angular projects
MIT License
10 stars 1 forks source link

Allow skipping migrations #6

Closed bgotink closed 3 years ago

bgotink commented 3 years ago

Due to the setup of our projects at work every project uses the same tsconfig that includes every typescript file of all projects in its includes. This makes the migrations of @angular/cdk extremely slow for large repos with 100+ packages

It'd be great if we could disable the migrations of this package in the UI

bgotink commented 3 years ago

Implemented in f290dab