7 lines
104 B
Bash
7 lines
104 B
Bash
#!/bin/sh
|
|
|
|
#Run the prisma:deploy npm script
|
|
npm run prisma:deploy
|
|
|
|
# Start the server
|
|
exec node build
|