We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we have to type the following command manually rm -rf cmake-out pip-out
rm -rf cmake-out pip-out
Let's encapsulate into a single script that does all these necessary steps.
No response
The text was updated successfully, but these errors were encountered:
sh clean.sh script that does cleaning
8fcd699
Let's encapsulate important steps inside this single script for cleaning up. As next steps, I'd like to restart buck as part of this script. #7083
No branches or pull requests
🚀 The feature, motivation and pitch
Currently, we have to type the following command manually
rm -rf cmake-out pip-out
Let's encapsulate into a single script that does all these necessary steps.
Alternatives
No response
Additional context
No response
RFC (Optional)
No response
The text was updated successfully, but these errors were encountered: