Skip to content

Commit

Permalink
chore: adicionado novos comandos no makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
owalacesilva committed Jul 12, 2023
1 parent fe410b6 commit dd866f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Define required macros here

dbrenew:
rake db:drop && rake db:create && rake db:migrate && rake db:seed

Expand All @@ -17,3 +16,9 @@ up:

dbsetup:
rake db:setup && rake db:migrate && rake db:seed

guard:
bundle exec guard

test:
bundle exec rspec

0 comments on commit dd866f9

Please sign in to comment.