updated update-all script

pull/255/head
Cédric Bonhomme 2019-12-19 08:03:43 +01:00
parent 593efd1613
commit e1d777c875
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if [ $? != 0 ]; then
exit 1
fi
composer install -o
composer install -o --no-dev
pathCore="module/Monarc/Core"
pathFO="module/Monarc/FrontOffice"