diff --git a/composer.json b/composer.json index 3ad68c8..747117d 100644 --- a/composer.json +++ b/composer.json @@ -81,7 +81,8 @@ "auto-scripts": { "cache:clear": "symfony-cmd", "assets:install %PUBLIC_DIR%": "symfony-cmd", - "importmap:install": "symfony-cmd" + "importmap:install": "symfony-cmd", + "asset-map:compile": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts"