mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* #1014 use document list to diplay search results * #1014 refactor pagination * #1014 documentation and scripts update * fix random erros on tests executrion * #1014 fix travis scripts and raise timeout jasmine * #1014 fix appveyor script * #1014 type nodeId
This commit is contained in:
committed by
Denys Vuika
parent
9e00b1d4f1
commit
b05247dade
@@ -72,10 +72,18 @@ npm link ng2-activiti-diagrams
|
||||
npm link
|
||||
npm run build
|
||||
|
||||
#LINK SEARCH
|
||||
echo "====== linking component: ng2-alfresco-search ====="
|
||||
cd "$DIR/../ng2-components/ng2-alfresco-search"
|
||||
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 \
|
||||
ng2-alfresco-login \
|
||||
ng2-alfresco-search \
|
||||
ng2-alfresco-userinfo \
|
||||
ng2-alfresco-upload \
|
||||
ng2-alfresco-tag \
|
||||
|
@@ -71,10 +71,19 @@ npm link ng2-alfresco-core
|
||||
npm link ng2-activiti-diagrams
|
||||
npm install
|
||||
|
||||
#LINK SEARCH
|
||||
echo "====== linking component: ng2-alfresco-search ====="
|
||||
cd "$DIR/../ng2-components/ng2-alfresco-search/demo"
|
||||
npm link ng2-alfresco-core
|
||||
npm link ng2-alfresco-datatable
|
||||
npm link ng2-alfresco-documentlist
|
||||
npm link ng2-alfresco-search
|
||||
npm link
|
||||
npm run build
|
||||
|
||||
#LINK ALL THE OTHERS COMPONENTS
|
||||
for PACKAGE in \
|
||||
ng2-alfresco-login \
|
||||
ng2-alfresco-search \
|
||||
ng2-alfresco-userinfo \
|
||||
ng2-alfresco-upload \
|
||||
ng2-alfresco-tag \
|
||||
|
@@ -72,10 +72,18 @@ npm link ng2-activiti-diagrams
|
||||
npm link
|
||||
npm run build
|
||||
|
||||
#LINK SEARCH
|
||||
echo "====== linking component: ng2-alfresco-search ====="
|
||||
cd "$DIR/../ng2-components/ng2-alfresco-search"
|
||||
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 \
|
||||
ng2-alfresco-login \
|
||||
ng2-alfresco-search \
|
||||
ng2-alfresco-userinfo \
|
||||
ng2-alfresco-upload \
|
||||
ng2-alfresco-tag \
|
||||
|
Reference in New Issue
Block a user