mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4914] Fix update versions script on Generator and AMA (#5098)
This commit is contained in:
committed by
Eugenio Romano
parent
9e27ba5f30
commit
e610ae9766
@@ -49,7 +49,11 @@ git checkout -b $BRANCH
|
||||
|
||||
npm install @alfresco/adf-cli@alpha
|
||||
if $GNU; then
|
||||
if [[ $NAME_REPO == 'Alfresco/generator-ng2-alfresco-app']] || [[$NAME_REPO == 'Alfresco/alfresco-modeler-app']]; then
|
||||
./scripts/update-version.sh -gnu -v $VERSION -vj $JS_VERSION
|
||||
else
|
||||
npx adf-cli update-version --pathPackage "$(pwd)" --version $VERSION --vjs $JS_VERSION
|
||||
fi
|
||||
else
|
||||
npx adf-cli update-version --pathPackage "$(pwd)" --version $VERSION --vjs $JS_VERSION --skipGnu
|
||||
fi
|
||||
|
Reference in New Issue
Block a user