Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp committed Jun 4, 2024
1 parent 717ca1f commit baae417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
up: down
docker-compose -f docker-compose.db.yml up -d
docker compose up -d
down: compose.yml
docker-compose -f docker-compose.db.yml down
docker compose down
fmt:
go fmt github.com/loilo-inc/exql/...
test:
Expand Down

0 comments on commit baae417

Please sign in to comment.