mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* fix dropdown visibility #1593 * fix test search workaround material2 issue 1913
This commit is contained in:
committed by
Denys Vuika
parent
4814e95e30
commit
04f343b28f
@@ -71,9 +71,13 @@ do
|
||||
build_project $DESTDIR $PACKAGE
|
||||
done
|
||||
|
||||
#Install demo
|
||||
|
||||
cd "$DIR/../demo-shell-ng2"
|
||||
npm install
|
||||
|
||||
if $RUN_LINK == true; then
|
||||
#LINK ALL THE COMPONENTS INSIDE THE DEMO-SHELL
|
||||
cd "$DIR/../demo-shell-ng2"
|
||||
for PACKAGE in ${projects[@]}
|
||||
do
|
||||
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
||||
|
Reference in New Issue
Block a user