Add basic justfile
This commit is contained in:
parent
f2eeb95960
commit
87e7068e3f
1 changed files with 8 additions and 0 deletions
8
Justfile
Normal file
8
Justfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
run: install-dependencies migrate-database
|
||||
mix phx.server
|
||||
|
||||
install-dependencies:
|
||||
mix deps.get
|
||||
|
||||
migrate-database:
|
||||
mix ecto.create
|
||||
Loading…
Add table
Add a link
Reference in a new issue