dnnsoftware / Dnn.AdminExperience

DNN (formerly DotNetNuke) Combined Admin Experience
MIT License
17 stars 39 forks source link

Build front end projects in parallel using lerna #1101

Closed valadas closed 5 years ago

valadas commented 5 years ago

closes #1100

Adds lerna in order to build frontend project in parallel while still using yarn workspaces, should significantly improve build times...

valadas commented 5 years ago

I am a bit disapointed, it save more than 2 minutes locally but in CI it had almost no effect. I will try to re-run in in CI at a couple different times just to rule out devops being slow right now...

valadas commented 5 years ago

/azp run

azure-pipelines[bot] commented 5 years ago
Azure Pipelines successfully started running 1 pipeline(s).
valadas commented 5 years ago

I think it boils down to the CI VM being only 2 vCPU... So unfortunately this does not affect much CI but I think it is still a great improvement for local builds.