Would it be possible, if the bower executable was not found but yarn was, to use Yarn instead to install the alternate bower dependencies? I'm in the process of replacing npm with yarn for the CI setups in many of my addons, and realized that it would be nice to just forgot that bower exists entirely and use yarn for that too 😬
It seems like Bower support in Yarn is rocky right now, but after it stabilizes I'd be happy to add this support myself.
Would it be possible, if the
bowerexecutable was not found butyarnwas, to use Yarn instead to install the alternatebowerdependencies? I'm in the process of replacingnpmwithyarnfor the CI setups in many of my addons, and realized that it would be nice to just forgot thatbowerexists entirely and useyarnfor that too 😬It seems like Bower support in Yarn is rocky right now, but after it stabilizes I'd be happy to add this support myself.