chore: make twenty-server nest command scripts depend on twenty-emails build Closes #4013
5 lines
141 B
Bash
Executable File
5 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
export PG_DATABASE_URL=postgres://twenty:twenty@$PG_DATABASE_HOST:$PG_DATABASE_PORT/default
|
|
yarn database:setup
|
|
node dist/src/main
|