diff --git a/composer.json b/composer.json index 4387191f..899b1bdb 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,8 @@ }, "scripts": { "auto-scripts": { - "cache:clear": "symfony-cmd" + "cache:clear": "symfony-cmd", + "assets:install": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts"