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 829c9ac commit 1f39dbf
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 @@ -16,7 +16,7 @@
"build": "del-cli dist && npm run db:update-client && tsc",
"build:release": "del-cli dist && del-cli coverage && npm run lint && tsc --project tsconfig.release.json",
"test": "vitest",
"test:coverage": "npm test -- --coverage",
"test:coverage": "npm run docker:start:dev && npm run db:wait && npm test -- --coverage && npm run docker:stop:dev",
"test:ci": "npm run docker:start:dev && npm run db:wait && npm run test:coverage && npm run docker:stop:dev",
"lint": "biome check . && tsc --project tsconfig.json --noEmit",
"lint:fix": "biome check --write .",
Expand Down

0 comments on commit 1f39dbf

Please sign in to comment.