From 107f3295d793a37f8cb0989d993b5dd8fcbb3b32 Mon Sep 17 00:00:00 2001 From: "E. S" Date: Mon, 28 Apr 2025 14:48:40 +0300 Subject: [PATCH] deploy: dump autoload --- deploy/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/deploy.sh b/deploy/deploy.sh index ea272b0..a50d272 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -31,6 +31,7 @@ git reset --hard git pull origin master composer install --no-dev --optimize-autoloader --ignore-platform-reqs +composer dump-autoload -o if [ ! -d node_modules ]; then npm i