-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: update Makefile commands for improved readability and efficiency #3596
Conversation
…' commands to /dev/null to reduce noise chore(Makefile): redirect output of 'npm run build' command to /dev/null to improve build process efficiency feat(Makefile): update build_frontend target to include copying built files to backend directory for deployment
…sk for better dependency management chore(Makefile): refactor frontend, frontendc, backend, build_and_run, build_and_install, and build targets to depend on setup_env task for consistent environment setup before execution
…execution and improve readability
…and output and improve readability
…lation and frontend build steps for better clarity and consistency
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request satisfies all enabled pull request rules. Last Modified at 28 Aug 24 13:58 UTC |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
This pull request refactors the Makefile commands to improve readability and efficiency. The changes include redirecting the output of certain commands to /dev/null to reduce noise, updating the build_frontend target to include copying built files to the backend directory for deployment, and refactoring the lint target to depend on the install_backend task for better dependency management. Additionally, the Makefile commands have been updated to use the "@" symbol to suppress command output and improve readability. Finally, a command to delete empty directories has been added to the clean_python_cache target.