Don’t install dev dependencies
This commit is contained in:
parent
c00a1541d8
commit
8271431443
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue