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
3 Replies
ahkhanjani
ahkhanjani3mo ago
I found a workaround but would like to see other possible solutions
julius
julius3mo ago
GitHub
create-t3-turbo/tooling/github/setup/action.yml at main · t3-oss/cr...
Clean and simple starter repo using the T3 Stack along with Expo React Native - t3-oss/create-t3-turbo
julius
julius3mo ago
Been a while since i used prisma but it was hard getting that it cache properly