mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove double build npm-build-bundle-all.sh (#1601)
This commit is contained in:
committed by
Denys Vuika
parent
d3d67c5934
commit
8cd2dfa9c1
@@ -6,21 +6,18 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
echo "====== linking component: ng2-alfresco-core ====="
|
||||
cd "$DIR/../ng2-components/ng2-alfresco-core"
|
||||
npm link
|
||||
npm run build
|
||||
|
||||
#LINK FORM
|
||||
echo "====== linking component: ng2-activiti-form ====="
|
||||
cd "$DIR/../ng2-components/ng2-activiti-form"
|
||||
npm link ng2-alfresco-core
|
||||
npm link
|
||||
npm run build
|
||||
|
||||
#LINK DATATABLE
|
||||
echo "====== linking component: ng2-alfresco-datatable ====="
|
||||
cd "$DIR/../ng2-components/ng2-alfresco-datatable"
|
||||
npm link ng2-alfresco-core
|
||||
npm link
|
||||
npm run build
|
||||
|
||||
#LINK DOCUMENTLIST
|
||||
echo "====== linking component: ng2-alfresco-documentlist ====="
|
||||
@@ -28,7 +25,6 @@ cd "$DIR/../ng2-components/ng2-alfresco-documentlist"
|
||||
npm link ng2-alfresco-core
|
||||
npm link ng2-alfresco-datatable
|
||||
npm link
|
||||
npm run build
|
||||
|
||||
#LINK WEBSCRIPT
|
||||
echo "====== linking component: ng2-alfresco-webscript ====="
|
||||
@@ -36,7 +32,6 @@ cd "$DIR/../ng2-components/ng2-alfresco-webscript"
|
||||
npm link ng2-alfresco-core
|
||||
npm link ng2-alfresco-datatable
|
||||
npm link
|
||||
npm run build
|
||||
|
||||
#LINK TASKLIST
|
||||
echo "====== linking component: ng2-activiti-tasklist ====="
|
||||
@@ -45,7 +40,6 @@ npm link ng2-alfresco-core
|
||||
npm link ng2-alfresco-datatable
|
||||
npm link ng2-activiti-form
|
||||
npm link
|
||||
npm run build
|
||||
|
||||
#LINK PROCESSLIST
|
||||
echo "====== linking component: ng2-activiti-processlist ====="
|
||||
@@ -55,14 +49,12 @@ npm link ng2-alfresco-datatable
|
||||
npm link ng2-activiti-form
|
||||
npm link ng2-activiti-tasklist
|
||||
npm link
|
||||
npm run build
|
||||
|
||||
#LINK DIAGRAMS
|
||||
echo "====== linking component: ng2-activiti-diagrams ====="
|
||||
cd "$DIR/../ng2-components/ng2-activiti-diagrams"
|
||||
npm link ng2-alfresco-core
|
||||
npm link
|
||||
npm run build
|
||||
|
||||
#LINK ANALYTICS
|
||||
echo "====== linking component: ng2-activiti-analytics ====="
|
||||
@@ -70,7 +62,6 @@ cd "$DIR/../ng2-components/ng2-activiti-analytics"
|
||||
npm link ng2-alfresco-core
|
||||
npm link ng2-activiti-diagrams
|
||||
npm link
|
||||
npm run build
|
||||
|
||||
#LINK SEARCH
|
||||
echo "====== linking component: ng2-alfresco-search ====="
|
||||
@@ -79,7 +70,6 @@ npm link ng2-alfresco-core
|
||||
npm link ng2-alfresco-datatable
|
||||
npm link ng2-alfresco-documentlist
|
||||
npm link
|
||||
npm run build
|
||||
|
||||
#LINK ALL THE OTHERS COMPONENTS
|
||||
for PACKAGE in \
|
||||
@@ -94,7 +84,6 @@ do
|
||||
cd "$DESTDIR"
|
||||
npm link ng2-alfresco-core
|
||||
npm link
|
||||
npm run build
|
||||
done
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user