From 827143144396941d04ebe74b304097a141f2558d Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 6 Sep 2017 17:06:31 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20install=20dev=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 27f264c1..04373141 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -8,7 +8,7 @@ git pull echo "Updating composer and dependencies" sudo composer self-update -composer install +composer install --no-dev echo "Caching Laravel route and config files" php artisan route:cache