File size: 112 Bytes
1c0590e
 
1
2
#!/bin/bash
npm run build && npx prisma generate && npx prisma migrate deploy && npx prisma db push && npm start