mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 15:08:37 +00:00
5 lines
185 B
Bash
5 lines
185 B
Bash
# 1. Build fresh packages and move them to sample and integration directories
|
|
npm run build &>/dev/null
|
|
|
|
# 2. Start docker containers to perform integration tests
|
|
npm run test:docker:up |