refactoring build script #1533 (#1664)

This commit is contained in:
Eugenio Romano
2017-02-27 09:15:52 +00:00
committed by Denys Vuika
parent 45a37d61f5
commit 571b7f09c3
38 changed files with 137 additions and 391 deletions

View File

@@ -5,7 +5,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
build_project() {
cd $1
echo "====== build project: $2 ====="
npm run build
npm install
}
for PACKAGE in \