stumptown-content
stumptown-content copied to clipboard
Switch to yarn
Fixes #15
By the way, another better thing about using yarn is that when run yarn run {somenamedscript} and it fails, it the complete output will only be displayed once whereas with npm run ... it would show it twice.
NOTE-TO-SELF; This will break mdn2 because that one assumes to use npm in its Makefile.
@wbamberg I'd love to escalate this PR. I believe I've listed enough reasons why yarn is better than npm.
By the way, we'd still be using npm to publish to npmjs.com by the way. That's probably the only reason I still use npm in myself.