canutin-desktop icon indicating copy to clipboard operation
canutin-desktop copied to clipboard

`npx prisma migrate dev` is required during build process

Open fmaclen opened this issue 1 year ago • 0 comments

The implementation of routes/devTools.json expects DATABASE_URL to be set and an actual DB to be migrated. That probably shouldn't be the case.

Once we removed the need to migrate/seed a database during the build process we should remove this step in .github/workflows/release.yml.

fmaclen avatar May 06 '24 18:05 fmaclen