mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix the link script
This commit is contained in:
@@ -64,13 +64,19 @@ npm link
|
|||||||
npm run typings
|
npm run typings
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
|
#LINK VIEWER
|
||||||
|
echo "====== linking component: ng2-activiti-processlist ====="
|
||||||
|
cd "$DIR/../ng2-components/ng2-activiti-viewer"
|
||||||
|
npm link ng2-alfresco-core
|
||||||
|
npm link
|
||||||
|
npm run typings
|
||||||
|
npm run build
|
||||||
|
|
||||||
#LINK ALL THE OTHERS COMPONENTS
|
#LINK ALL THE OTHERS COMPONENTS
|
||||||
for PACKAGE in \
|
for PACKAGE in \
|
||||||
ng2-alfresco-login \
|
ng2-alfresco-login \
|
||||||
ng2-alfresco-search \
|
ng2-alfresco-search \
|
||||||
ng2-alfresco-upload \
|
ng2-alfresco-upload
|
||||||
ng2-alfresco-viewer \
|
|
||||||
ng2-alfresco-webscript
|
|
||||||
do
|
do
|
||||||
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
||||||
echo "====== linking component: ${PACKAGE} ====="
|
echo "====== linking component: ${PACKAGE} ====="
|
||||||
|
Reference in New Issue
Block a user