mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix build-all script
This commit is contained in:
@@ -4,13 +4,13 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
eval RUN_TEST=false
|
||||
eval RUN_LINK=false
|
||||
|
||||
eval projects=( "ng2-activiti-diagrams"
|
||||
eval projects=( "ng2-alfresco-core"
|
||||
"ng2-alfresco-datatable"
|
||||
"ng2-activiti-diagrams"
|
||||
"ng2-activiti-analytics"
|
||||
"ng2-activiti-form"
|
||||
"ng2-activiti-processlist"
|
||||
"ng2-activiti-tasklist"
|
||||
"ng2-alfresco-core"
|
||||
"ng2-alfresco-datatable"
|
||||
"ng2-activiti-processlist"
|
||||
"ng2-alfresco-documentlist"
|
||||
"ng2-alfresco-login"
|
||||
"ng2-alfresco-search"
|
||||
@@ -44,11 +44,14 @@ build_project() {
|
||||
npm run test
|
||||
fi
|
||||
|
||||
if $RUN_LINK == true; then
|
||||
npm run travis
|
||||
fi
|
||||
|
||||
npm run tsc
|
||||
npm run build.umd
|
||||
|
||||
if $RUN_LINK == true; then
|
||||
npm run travis
|
||||
npm link
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user