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 terminal3 Replies
I found a workaround but would like to see other possible solutions
I’d just add a
pnpm db:generate
call here https://github.com/t3-oss/create-t3-turbo/blob/main/tooling/github/setup/action.ymlGitHub
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
Been a while since i used prisma but it was hard getting that it cache properly