Trouble setting up Prisma with Turbo CI/CD
Using create-t3-turbo, how should I change the current implementation to correctly typecheck and lint on gh actions? I can't get prisma to generate correctly before typecheck and lint, and db:generate always runs in parallel with other tasks even though I've set the dependency in
turbo.json. Everything works inside the IDE but runs fail in terminal