mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[PRODENG-211] improved ADF CLI compilation (#9105)
* reduce npm log noise to errors * remove unused ts config * improve CLI build config * use monorepo libs when building CLI * [ci:force] minor polishing
This commit is contained in:
@@ -77,7 +77,7 @@ update_library_version() {
|
||||
fi
|
||||
|
||||
cd $DESTDIR
|
||||
npm version --allow-same-version --no-git-tag-version --force $VERSION
|
||||
npm version --allow-same-version --no-git-tag-version --force --loglevel=error $VERSION
|
||||
}
|
||||
|
||||
update_dependency_version() {
|
||||
@@ -156,10 +156,9 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "====== UPDATE COMPONENT LIBRARIES ======"
|
||||
cd "$DIR/../"
|
||||
|
||||
echo "====== UPDATE COMPONENTS ======"
|
||||
|
||||
for PROJECT in ${projects[@]}
|
||||
do
|
||||
update_library_version $PROJECT
|
||||
@@ -185,10 +184,10 @@ if $JS_API == true; then
|
||||
fi
|
||||
|
||||
# bump root package.json
|
||||
npm version --allow-same-version --no-git-tag-version --force $VERSION
|
||||
npm version --allow-same-version --no-git-tag-version --force --loglevel=error $VERSION
|
||||
|
||||
echo "====== UPDATE DEMO SHELL ======"
|
||||
|
||||
DESTDIR="$DIR/../demo-shell/"
|
||||
cd $DESTDIR
|
||||
npm version --allow-same-version --no-git-tag-version --force $VERSION
|
||||
npm version --allow-same-version --no-git-tag-version --force --loglevel=error $VERSION
|
||||
|
Reference in New Issue
Block a user