mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +02:00
3 lines
78 B
Bash
Executable file
3 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
yarn prisma migrate deploy --schema prisma/schema.prisma
|
|
yarn start
|