mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
build: update CONTRIBUTION guide/scripts
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
for D in integration/*; do [ -d "${D}" ] && npm i; done
|
||||
|
||||
# 2. Build fresh packages and move them to sample and integration directories
|
||||
npm run build &>/dev/null
|
||||
npm run build:dev &>/dev/null
|
||||
|
||||
# 3. Start docker containers to perform integration tests
|
||||
cd integration && docker-compose up -d
|
||||
@@ -1,5 +1,5 @@
|
||||
# 1. Build fresh packages and move them integration dit
|
||||
npm run build &>/dev/null
|
||||
npm run build:dev &>/dev/null
|
||||
|
||||
# 2. Start docker containers to perform integration tests
|
||||
cd integration && docker-compose up -d
|
||||
|
||||
Reference in New Issue
Block a user