Merge pull request 'add just clean task' (#131) from push-nnuxvommosnv into main
Some checks are pending
continuous-integration/drone/push Build is running
Some checks are pending
continuous-integration/drone/push Build is running
Reviewed-on: #131
This commit is contained in:
commit
8bcfe5f129
1 changed files with 6 additions and 0 deletions
6
Justfile
6
Justfile
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue