mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Revert change on update version
This commit is contained in:
parent
ea2bfa8021
commit
3b4f3ae7b7
@ -123,7 +123,7 @@ only_components() {
|
||||
|
||||
update_component_version() {
|
||||
echo "====== UPDATE PACKAGE VERSION of ${PACKAGE} to ${VERSION} version in all the package.json ======"
|
||||
DESTDIR="$DIR/../lib/dist/${1}"
|
||||
DESTDIR="$DIR/../lib/${1}"
|
||||
sed "${sedi[@]}" "s/\"version\": \".*\"/\"version\": \"${VERSION}\"/g" ${DESTDIR}/package.json
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user