From a1294958ef4e410a42cf786e50657ab29251e536 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Fri, 18 Nov 2022 22:42:00 +0100 Subject: [PATCH] Set post-install & post-update scripts --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index b263868f..976d0072 100644 --- a/composer.json +++ b/composer.json @@ -93,6 +93,12 @@ "yarn install --frozen-lockfile", "yarn encore production" ], + "post-install-cmd": [ + "@auto-scripts" + ], + "post-update-cmd": [ + "@auto-scripts" + ], "auto-scripts": { "cache:clear": "symfony-cmd", "assets:install %PUBLIC_DIR%": "symfony-cmd"