Use the correct adf-cli

This commit is contained in:
maurizio vitale
2019-09-03 11:16:41 +01:00
parent df0bb75324
commit 406b9cd92a

View File

@@ -48,9 +48,9 @@ BRANCH="ADF-update-beta-$VERSION"
git checkout -b $BRANCH git checkout -b $BRANCH
if $GNU; then if $GNU; then
npx adf-cli update-version --pathPackage "$(pwd)" --version $VERSION --vjs $JS_VERSION npx @alfresco/adf-cli update-version --pathPackage "$(pwd)" --version $VERSION --vjs $JS_VERSION
else else
npx adf-cli update-version --pathPackage "$(pwd)" --version $VERSION --vjs $JS_VERSION --skipGnu npx @alfresco/adf-cli update-version --pathPackage "$(pwd)" --version $VERSION --vjs $JS_VERSION --skipGnu
fi fi
git add . git add .