79122155

Date: 2024-10-24 13:32:12
Score: 1.5
Natty:
Report link

Your build script for prisma should be like this:

prisma generate && prisma migrate deploy && vite build

Deploying in a production environment

in your .yml file:

 paths:
      - prisma/migrations/** # Only run this workflow when migrations are updated
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adam Muse