mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
@@ -13,7 +13,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 "====== build components : ${PACKAGE} ====="
|
||||
|
@@ -17,7 +17,8 @@ for PACKAGE in \
|
||||
ng2-alfresco-search \
|
||||
ng2-alfresco-upload \
|
||||
ng2-alfresco-viewer \
|
||||
ng2-alfresco-webscript
|
||||
ng2-alfresco-webscript \
|
||||
ng2-alfresco-tag
|
||||
do
|
||||
echo "====== Check component: ${PACKAGE} ====="
|
||||
cd "$DIR/../ng2-components/${PACKAGE}"
|
||||
|
@@ -13,7 +13,8 @@ for PACKAGE in \
|
||||
ng2-alfresco-search \
|
||||
ng2-alfresco-upload \
|
||||
ng2-alfresco-viewer \
|
||||
ng2-alfresco-webscript
|
||||
ng2-alfresco-webscript \
|
||||
ng2-alfresco-tag
|
||||
do
|
||||
echo "====== clean component: ${PACKAGE} ====="
|
||||
cd "$DIR/../ng2-components/${PACKAGE}"
|
||||
|
@@ -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} ====="
|
||||
|
@@ -15,7 +15,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 "====== PUBLISHING: ${DESTDIR} ====="
|
||||
|
@@ -25,7 +25,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 "====== UPDATE VERSION of ${PACKAGE} to ${VERSION} version in all the package.json ======"
|
||||
@@ -43,7 +44,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 "====== UPDATE VERSION OF ${PACKAGE} to ${VERSION} version ======"
|
||||
|
Reference in New Issue
Block a user