ember-cli-addon-tests icon indicating copy to clipboard operation
ember-cli-addon-tests copied to clipboard

Support Yarn in place of NPM

Open trentmwillis opened this issue 8 years ago • 1 comments
trafficstars

Starting with [email protected], you can use Yarn instead of NPM when doing installs. We should explore supporting this as it could potentially provide a large speed up.

trentmwillis avatar Mar 21 '17 22:03 trentmwillis

Potential API for this could be: app.create('name', { yarn: true });

trentmwillis avatar May 23 '17 03:05 trentmwillis