Update update-project.sh

This commit is contained in:
Eugenio Romano 2020-02-06 16:43:30 +00:00 committed by GitHub
parent 88e961d12a
commit 1275fa6606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ BRANCH="ADF-update-beta-$VERSION"
git checkout -b $BRANCH
if $GNU; then
if [ $NAME_REPO == 'Alfresco/generator-ng2-alfresco-app' ] || [ $NAME_REPO == 'Alfresco/alfresco-modeler-app' ]; then
if [ $NAME_REPO == 'Alfresco/generator-alfresco-adf-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 --no-save