enlever l'init de l'apps du composer install
This commit is contained in:
parent
df9e7a3e69
commit
93f238ff60
|
@ -95,9 +95,7 @@
|
||||||
"yarn encore dev": "script",
|
"yarn encore dev": "script",
|
||||||
"yarn encore prod": "script",
|
"yarn encore prod": "script",
|
||||||
"cache:clear": "symfony-cmd",
|
"cache:clear": "symfony-cmd",
|
||||||
"assets:install %PUBLIC_DIR%": "symfony-cmd",
|
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
||||||
"doctrine:migrations:migrate --no-interaction": "symfony-cmd",
|
|
||||||
"app:Init": "symfony-cmd"
|
|
||||||
},
|
},
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"@auto-scripts"
|
"@auto-scripts"
|
||||||
|
|
Loading…
Reference in New Issue