db:generate as a dependency of build.db:deploy (prisma migrate deploy) needs to run prior to the build command, do we run this explicitly with Turbo (specified in the config)?turbo db:deploy && turbo build --filter=api? Also, I am assuming the deploy script always go before the generate script, but I am unsure how to order these in the execution chain, or if that's even possible. I believe these scripts might execute simultaneously?