5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
npm run prisma:migrate:deploy
|
||
|
node build/index.js
|