first commit
This commit is contained in:
11
myteamwallet_backend/startup.ci.sh
Normal file
11
myteamwallet_backend/startup.ci.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
/opt/wait-for-it.sh postgres:5432
|
||||
npm run migration:run
|
||||
npm run seed:run
|
||||
npm run start:prod > /dev/null 2>&1 &
|
||||
/opt/wait-for-it.sh maildev:1080
|
||||
/opt/wait-for-it.sh localhost:3000
|
||||
npm run lint
|
||||
npm run test:e2e -- --runInBand
|
||||
Reference in New Issue
Block a user