mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Update update-project.sh
This commit is contained in:
parent
88e961d12a
commit
1275fa6606
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user