🔧 Don't install composer dev dependencies on prod
All checks were successful
Deploy / deploy (push) Successful in 4s
All checks were successful
Deploy / deploy (push) Successful in 4s
This commit is contained in:
parent
66ed2c7d5f
commit
27c7f9ba39
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ log "Pulling latest changes from Git repository..."
|
|||
git pull origin "$1"
|
||||
|
||||
log "Installing new composer dependencies and update autoloader..."
|
||||
composer install --no-interaction --prefer-dist --optimize-autoloader
|
||||
composer install --no-interaction --prefer-dist --optimize-autoloader --no-dev
|
||||
|
|
Loading…
Reference in a new issue