Skip to content

Commit

Permalink
Removes sudo from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilKalra98 committed Jan 6, 2022
1 parent 57a1098 commit 162d573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"db:init": "prisma migrate reset",
"db:seed": "prisma db seed --preview-feature",
"db:up": "sudo docker-compose --file docker/docker-compose.yml up --detach postgres",
"db:up": "docker-compose --file docker/docker-compose.yml up --detach postgres",
"db:down": "docker-compose --file docker/docker-compose.yml down",
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit 162d573

Please sign in to comment.