6 lines
59 B
Bash
6 lines
59 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -ex
|
||
|
|
npx prisma migrate deploy
|
||
|
|
npm run start
|