We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b818c1 commit ab58167Copy full SHA for ab58167
packages/outbox-prisma-adapter/package.json
@@ -17,7 +17,7 @@
17
"build:release": "del-cli dist && del-cli coverage && npm run lint && tsc --project tsconfig.release.json",
18
"test": "vitest",
19
"test:coverage": "npm run docker:start:dev && npm run db:wait && npm test -- --coverage && npm run docker:stop:dev",
20
- "test:ci": "npm run docker:start:dev && npm run db:wait && npm run test:coverage && npm run docker:stop:dev",
+ "test:ci": "npm run test:coverage",
21
"lint": "biome check . && tsc --project tsconfig.json --noEmit",
22
"lint:fix": "biome check --write .",
23
"docker:start:dev": "docker compose up -d",
0 commit comments