mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
4 lines
85 B
Bash
Executable file
4 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
yarn prisma migrate deploy --schema prisma/schema.prisma
|
|
yarn start
|