4 lines
104 B
Bash
4 lines
104 B
Bash
#!/bin/sh
|
|
# Commented out while i figure out what's locking it
|
|
# npx prisma migrate dev
|
|
exec node build
|