mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
8 lines
232 B
Bash
8 lines
232 B
Bash
# 1. Build fresh packages and move them integration dit
|
|
npm run build &>/dev/null
|
|
|
|
# 2. Start docker containers to perform integration tests
|
|
cd integration && docker-compose up -d
|
|
|
|
# 3. Run integration tests
|
|
npm run integration-test |