Merge pull request 'add just clean task' (#131) from push-nnuxvommosnv into main
Some checks are pending
continuous-integration/drone/push Build is running

Reviewed-on: #131
This commit is contained in:
rafael 2025-08-14 10:37:30 +02:00
commit 8bcfe5f129

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