mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-579] - move license check in webpack (#1859)
* move license check in webpack * fix exclusion check header * different headers
This commit is contained in:
committed by
Eugenio Romano
parent
774017ac62
commit
80d67212b7
@@ -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
|
||||
|
Reference in New Issue
Block a user