mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix script for build linked
This commit is contained in:
@@ -67,13 +67,12 @@ npm run build
|
|||||||
echo "====== linking component: ng2-activiti-analytics ====="
|
echo "====== linking component: ng2-activiti-analytics ====="
|
||||||
cd "$DIR/../ng2-components/ng2-activiti-analytics"
|
cd "$DIR/../ng2-components/ng2-activiti-analytics"
|
||||||
npm link ng2-alfresco-core
|
npm link ng2-alfresco-core
|
||||||
npm link ng2-alfresco-diagrams
|
npm link ng2-activiti-diagrams
|
||||||
npm link
|
npm link
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
#LINK ALL THE OTHERS COMPONENTS
|
#LINK ALL THE OTHERS COMPONENTS
|
||||||
for PACKAGE in \
|
for PACKAGE in \
|
||||||
ng2-activiti-diagrams \
|
|
||||||
ng2-alfresco-login \
|
ng2-alfresco-login \
|
||||||
ng2-alfresco-search \
|
ng2-alfresco-search \
|
||||||
ng2-alfresco-userinfo \
|
ng2-alfresco-userinfo \
|
||||||
|
Reference in New Issue
Block a user