From 1df8ea4b0450b43b5e814354b48232457d047bfe Mon Sep 17 00:00:00 2001 From: Victor Vasiloi Date: Mon, 30 Sep 2024 21:06:41 +0200 Subject: [PATCH] Add asset-map:compile command to auto-scripts --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"