Skip to content

Commit

Permalink
chore: Add --silet to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mateopresacastro committed Nov 6, 2024
1 parent b00e034 commit 67b36d2
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 @@ -12,7 +12,7 @@
"db:format": "npx prisma format",
"db:seed": "npx prisma db seed",
"db:push": "npx prisma db push",
"test": "docker compose up -d --remove-orphans && npx jest --detectOpenHandles --forceExit --silent"
"test": "docker compose up -d --remove-orphans && npx jest --detectOpenHandles --forceExit"
},
"prisma": {
"schema": "lib/db/schema.prisma",
Expand Down

0 comments on commit 67b36d2

Please sign in to comment.