Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@AEnterprise
Copy link
Contributor

add some composer options to leave out dev dependencies and optimize the autoloader for prod use

@what-the-diff
Copy link

what-the-diff bot commented Aug 31, 2025

PR Summary

  • Optimization in GitHub Actions Workflow
    The GitHub Actions workflow has been updated with improved Composer options, specifically --no-dev and --optimize-autoloader. With --no-dev, only the necessary production dependencies will be installed, making the deployment process quicker and smoother. The --optimize-autoloader option will ensure that the autoloader is more efficient, improving the performance of the application.

@phanan phanan changed the title optimize release build feat: optimize release build Sep 8, 2025
@phanan phanan merged commit 4f9a4d1 into koel:master Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants