[ADF-579] - move license check in webpack (#1859)

* move license check in webpack

* fix exclusion check header

* different headers
This commit is contained in:
Eugenio Romano
2017-05-05 18:11:36 +02:00
committed by Eugenio Romano
parent 774017ac62
commit 80d67212b7
8 changed files with 196 additions and 32 deletions

View File

@@ -47,7 +47,6 @@ done
cd "$DIR/../ng2-components/"
npm install package-json-merge -g
npm install rimraf -g
npm install license-check -g
npm run pkg-build
npm install && npm run build || exit 1
@@ -55,7 +54,6 @@ for PACKAGE in ${projects[@]}
do
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
cd $DESTDIR
npm run license-check || exit 1
if $RUN_TEST == true; then
test_project $PACKAGE
fi