bundle with yarn and allow which package manager during build. #9161
Closed
Description
Now that Yarn has made it's debut and seems to be going swimmingly, it'd be great if we can specify which package manager is used during build. I know there's --without-npm
so I'd like to see --with-npm
and --with-yarn
as options.
Thoughts?