mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
change js-api always in update-script
This commit is contained in:
@@ -212,10 +212,10 @@ do
|
||||
done
|
||||
|
||||
if $TOTAL_BUILD; then
|
||||
|
||||
echo "====== UPDATE TOTAL BUILD======"
|
||||
|
||||
update_total_build_dependency_version
|
||||
fi
|
||||
|
||||
if $JS_API == true; then
|
||||
if $DIFFERENT_JS_API == true; then
|
||||
@@ -225,9 +225,6 @@ if $TOTAL_BUILD; then
|
||||
fi
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
|
||||
echo "====== UPDATE DEMO SHELL ======"
|
||||
|
||||
DESTDIR="$DIR/../demo-shell/"
|
||||
|
Reference in New Issue
Block a user