mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
scripts() clarify names of build tasks
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
for D in integration/*/; do sh -c "cd ${D} && npm i"; done
|
||||
|
||||
# 2. Build fresh packages and move them to sample and integration directories
|
||||
npm run build:dev &>/dev/null
|
||||
npm run build &>/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 &>/dev/null
|
||||
npm run build &>/dev/null
|
||||
|
||||
# 2. Start docker containers to perform integration tests
|
||||
cd integration && docker-compose up -d
|
||||
|
||||
Reference in New Issue
Block a user