AdmitHub / meteor-buildpack-horse

Heroku buildpack for Meteor v1.0+. The horse one.
MIT License
642 stars 590 forks source link

Use yarn instead of npm #186

Open karldanninger opened 6 years ago

karldanninger commented 6 years ago

This uses yarn instead of npm for application installation. At OK GROW!, we are changing our process to pretty much use yarn everywhere, we wanted our buildpack to reflect that as well.

For your consideration 😊 Thanks 🤘

hems commented 6 years ago

that's a great improvement. this was spoken about on https://github.com/AdmitHub/meteor-buildpack-horse/issues/64

I'm surprise this wasn't merged? @karldanninger you guys still using this without any issues?

hems commented 6 years ago

@karldanninger now that Heroku Supports Yarn does it need to be installed? IE: won't it be installed by default ?