Skip to content

Commit

Permalink
makefile: db doesn't need dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IldenH committed Feb 9, 2025
1 parent ec74c4c commit 589ef4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dev: pb_types dependencies
build: pb_types dependencies
bun run vite build

db: dependencies
db:
docker compose up

pb_types: dependencies
Expand Down

0 comments on commit 589ef4a

Please sign in to comment.