Don’t install dev dependencies

This commit is contained in:
Jonny Barnes 2017-09-06 17:06:31 +01:00
parent c00a1541d8
commit 8271431443

View file

@ -8,7 +8,7 @@ git pull
echo "Updating composer and dependencies" echo "Updating composer and dependencies"
sudo composer self-update sudo composer self-update
composer install composer install --no-dev
echo "Caching Laravel route and config files" echo "Caching Laravel route and config files"
php artisan route:cache php artisan route:cache