Hey @leerob,
How would you deal with deploying this and running any new migrations?
I am thinking something as simple as changing the Build Command in Vercel/other platforms would work:
npm run db:migrate && npm run build
Putting migrations first as if any of those fail, then the build should bail.
Hey @leerob,
How would you deal with deploying this and running any new migrations?
I am thinking something as simple as changing the Build Command in Vercel/other platforms would work:
Putting migrations first as if any of those fail, then the build should bail.