AndersDJohnson / use-yarn

Force users to use yarn instead of npm.
https://andersdjohnson.github.io/use-yarn/
ISC License
50 stars 12 forks source link

feat: add DISABLE_USE_YARN=true environment variable #5

Closed jimthedev closed 6 years ago

jimthedev commented 6 years ago

Closes #4

jimthedev commented 6 years ago

Here is a screenshot showing it in action

screen shot 2018-02-06 at 2 18 41 pm
jimthedev commented 6 years ago

You are right. Pushed a change.

AndersDJohnson commented 6 years ago

@jimthedev Sorry to nit pick but I still feel like it will report an error if process.env weren't defined. Should we just remove that check and assume it'll be there?

jimthedev commented 6 years ago

Sure. Removed.

AndersDJohnson commented 6 years ago

@jimthedev Published as v2.1.0. Thanks!

jimthedev commented 6 years ago

@AndersDJohnson excellent. thanks for the merge.