hirasso / wp-sync-deploy

Sync and deploy your wordpress website between environments 🔀
MIT License
4 stars 0 forks source link

Add info about optimizing composer in production #3

Open hirasso opened 3 weeks ago

hirasso commented 3 weeks ago

Before running a deploy, this should be executed locally if there are composer packages in use:

composer dump-autoload --classmap-authoritative
hirasso commented 3 weeks ago

Maybe this could be automated.