build(turbo): normalize workspace task graph

This commit is contained in:
vince 2026-06-20 06:10:16 +02:00
parent 4fc89c4d3f
commit ae6eabed6f
6 changed files with 136 additions and 31 deletions

View file

@ -11,7 +11,6 @@
"test": "vitest run",
"test:unit": "vitest run",
"test:e2e": "env -u NO_COLOR playwright test",
"test:qa": "bun run check && bun run test:unit && bun run build && bun run test:e2e",
"db:generate": "drizzle-kit generate",
"db:check": "drizzle-kit check"
},