Skip to content

Commit

Permalink
wait for db.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilwylegala committed Nov 28, 2024
1 parent 1f39dbf commit 8b818c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/outbox-prisma-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint:fix": "biome check --write .",
"docker:start:dev": "docker compose up -d",
"docker:stop:dev": "docker compose down",
"db:wait": "while ! echo \"SELECT 1;\" | dotenv -c test -- prisma db execute --stdin; do sleep 1; done",
"db:wait": "while ! echo \"SELECT 1;\" | prisma db execute --stdin; do sleep 1; done",
"db:update-client": "prisma generate",
"prepublishOnly": "npm run build:release"
},
Expand Down

0 comments on commit 8b818c1

Please sign in to comment.