documentation review (#5802)

This commit is contained in:
Eugenio Romano
2020-06-22 15:20:00 +01:00
committed by GitHub
parent 20eaae5257
commit 75b6c436d3
30 changed files with 282 additions and 96 deletions

View File

@@ -8,7 +8,7 @@ if ([ "$TRAVIS_BRANCH" = "master" ]); then
JS_VERSION=$(npm view @alfresco/js-api version)
else
VERSION=$(npm view @alfresco/adf-core@beta version)
JS_VERSION=$(npm view @alfresco/js-api@beta version)
JS_VERSION=$(npm view @alfresco/js-api@alpha version)
fi;
echo "Update Generator"