From: vjackson725 Date: Sun, 8 Jan 2017 01:38:04 +0000 (+1100) Subject: Fix Vagrantfile to include yarn X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=db3d5d811c34eb8e076e8a93e56d3729f08500f7;p=mastodon.git Fix Vagrantfile to include yarn The current Vagrantfile fails to build upon provisioning, as it lacks yarn. Change the Vagrantfile to add the yarn repository, and install yarn. --- diff --git a/Vagrantfile b/Vagrantfile index 5041dde39..56762f679 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,6 +5,10 @@ $provision = <