From b06891e1e92a7ab7716332b03a54c1e6c1a458dd Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Wed, 4 Jan 2017 11:57:20 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20grunt-cli=20so=20users=20can?= =?UTF-8?q?=20run=20grunt=20from=20within=20Homestead?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/provision.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/provision.sh b/scripts/provision.sh index 35d50831..4f1cf7b6 100644 --- a/scripts/provision.sh +++ b/scripts/provision.sh @@ -175,6 +175,7 @@ apt-get install -y nodejs /usr/bin/npm install -g gulp /usr/bin/npm install -g bower /usr/bin/npm install -g yarn +/usr/bin/npm install -g grunt-cli # Install SQLite