deploy: dump autoload

This commit is contained in:
E. S 2025-04-28 14:48:40 +03:00
parent 266f6b1a59
commit 107f3295d7

View File

@ -31,6 +31,7 @@ git reset --hard
git pull origin master git pull origin master
composer install --no-dev --optimize-autoloader --ignore-platform-reqs composer install --no-dev --optimize-autoloader --ignore-platform-reqs
composer dump-autoload -o
if [ ! -d node_modules ]; then if [ ! -d node_modules ]; then
npm i npm i