mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix clean script, remove typing folder and install rimraf if is not present
This commit is contained in:
@@ -89,6 +89,7 @@ done
|
||||
#LINK ALL THE COMPONENTS INSIDE THE DEMOSHELL
|
||||
cd "$DIR/../demo-shell-ng2"
|
||||
for PACKAGE in \
|
||||
ng2-activiti-analytics \
|
||||
ng2-activiti-form \
|
||||
ng2-activiti-processlist \
|
||||
ng2-activiti-tasklist \
|
||||
@@ -97,11 +98,10 @@ for PACKAGE in \
|
||||
ng2-alfresco-documentlist \
|
||||
ng2-alfresco-login \
|
||||
ng2-alfresco-search \
|
||||
ng2-alfresco-tag \
|
||||
ng2-alfresco-upload \
|
||||
ng2-alfresco-viewer \
|
||||
ng2-alfresco-webscript \
|
||||
ng2-alfresco-tag \
|
||||
ng2-activiti-analytics
|
||||
do
|
||||
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
||||
echo "====== demo shell linking: ${PACKAGE} ====="
|
||||
|
Reference in New Issue
Block a user