mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore(nestjs) add scripts directory
This commit is contained in:
8
scripts/run-integration.sh
Normal file
8
scripts/run-integration.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
@@ -1,2 +1,3 @@
|
||||
# Run both unit and integration tests
|
||||
npm run test
|
||||
npm run integration-test
|
||||
Reference in New Issue
Block a user