Improve scripts after release (#5288)

* update scripts problems

* improve script

* fix alignment
This commit is contained in:
Eugenio Romano
2019-11-26 19:37:58 +00:00
committed by GitHub
parent 809b38aa2b
commit f95989809d
3 changed files with 16 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ 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
npm install @alfresco/adf-cli@alpha
npm install @alfresco/adf-cli@alpha --no-save
npx adf-cli update-version --pathPackage "$(pwd)" --version $VERSION --vjs $JS_VERSION
fi
else