use dump autoloader in all compser scripts

This commit is contained in:
Manuel Raynaud
2013-09-16 16:31:13 +02:00
parent 2309a2e788
commit aa4e0636e8
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ echo -e "\n\e[01;34m[INFO] Clearing caches\e[00m\n"
php Thelia cache:clear
echo -e "\n\e[01;34m[INFO] Downloading vendors\e[00m\n"
composer install --prefer-dist
composer install --prefer-dist --optimize-autoloader
cd local/config/