Skip to content
Snippets Groups Projects
Commit f5f68ee3 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

install.sh : génération des proxies plus tôt pour éviter un plantage des...

install.sh : génération des proxies plus tôt pour éviter un plantage des commandes orm:clear-cache:*
parent 19bfa418
Branches
Tags
No related merge requests found
...@@ -15,10 +15,10 @@ cd ${CURDIR} ...@@ -15,10 +15,10 @@ cd ${CURDIR}
# Composer install # Composer install
composer install --no-interaction --no-suggest --prefer-dist --optimize-autoloader composer install --no-interaction --no-suggest --prefer-dist --optimize-autoloader
vendor/bin/doctrine-module orm:generate-proxies
vendor/bin/doctrine-module orm:clear-cache:query vendor/bin/doctrine-module orm:clear-cache:query
vendor/bin/doctrine-module orm:clear-cache:metadata vendor/bin/doctrine-module orm:clear-cache:metadata
vendor/bin/doctrine-module orm:clear-cache:result vendor/bin/doctrine-module orm:clear-cache:result
vendor/bin/doctrine-module orm:generate-proxies
vendor/bin/laminas-development-mode disable vendor/bin/laminas-development-mode disable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment