mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
exclude update version change in base component package if is only demo shell option
This commit is contained in:
parent
e6c500c198
commit
d1228e2ac3
@ -225,5 +225,7 @@ fi
|
||||
DESTDIR="$DIR/../demo-shell-ng2/"
|
||||
sed "${sedi[@]}" "s/\"version\": \"[0-9]\\.[0-9]\\.[0-9]\"/\"version\": \"${VERSION}\"/g" ${DIR}/../demo-shell-ng2/package.json
|
||||
|
||||
if $EXEC_COMPONENT == true; then
|
||||
sed "${sedi[@]}" "s/\"version\": \"[0-9]\\.[0-9]\\.[0-9]\"/\"version\": \"${VERSION}\"/g" ${DIR}/../ng2-components/package.json
|
||||
sed "${sedi[@]}" "s/\"version\": \"[0-9]\\.[0-9]\\.[0-9]\"/\"version\": \"${VERSION}\"/g" ${DIR}/../ng2-components/package-base.json
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user