update scripts build

This commit is contained in:
Eugenio Romano
2016-09-05 14:07:16 +02:00
parent 0ee2a1654c
commit 530ca19b1d
11 changed files with 30 additions and 7 deletions

View File

@@ -73,6 +73,14 @@ npm link
npm run typings
npm run build
#LINK TAG
echo "====== linking component: ng2-alfresco-tag ====="
cd "$DIR/../ng2-components/ng2-alfresco-tag"
npm link ng2-alfresco-core
npm link
npm run typings
npm run build
#LINK ALL THE OTHERS COMPONENTS
for PACKAGE in \
ng2-alfresco-login \
@@ -102,7 +110,8 @@ for PACKAGE in \
ng2-alfresco-search \
ng2-alfresco-upload \
ng2-alfresco-viewer \
ng2-alfresco-webscript
ng2-alfresco-webscript \
ng2-alfresco-tag
do
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
echo "====== demo shell linking: ${PACKAGE} ====="