build: update CONTRIBUTION guide/scripts

This commit is contained in:
Kamil Myśliwiec
2018-10-17 21:13:12 +02:00
parent 84aa4dec09
commit ceabe7418a
3 changed files with 78 additions and 57 deletions

View File

@@ -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

View File

@@ -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