Why I prefer JS for front-end build automation

from blog Vladimir Klepov as a Coder, | ↗ original
Every front-end project involves some automation to build it, test it, lint it, run dev servers, measure bundle size, and what not. npm scripts are fine for one-liners, but as the workflows grow more complex — run these things in parallel, then do something else, but only if building for production — you need a more coherent orchestration...