add just clean task
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rafael Epplée 2025-08-04 13:40:10 +02:00
parent 0c48ed4320
commit c7e740762e
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118

View file

@ -78,3 +78,9 @@ regen-migrations migration_name commit_hash='':
# Generate a fresh migration
mix ash.codegen --name "{{migration_name}}"
# Remove all build artifacts
clean:
mix clean
rm -rf .elixir_ls
rm -rf _build