This commit is contained in:
parent
0c48ed4320
commit
c7e740762e
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