Skip to content

Commit

Permalink
restore commented out scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Jul 3, 2020
1 parent 3f49a96 commit 93d5dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/travis/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ then
then
NEXT_VERSION=-nextbeta
fi
#./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
fi

node ./scripts/pre-publish.js
Expand All @@ -27,7 +27,7 @@ then
./scripts/npm-build-all.sh || exit 1;
else
npm install;
# npx @alfresco/adf-cli@alpha update-version --alpha --pathPackage "$(pwd)"
npx @alfresco/adf-cli@alpha update-version --alpha --pathPackage "$(pwd)"

./scripts/smart-build.sh -gnu || exit 1;
fi;
Expand Down

0 comments on commit 93d5dcb

Please sign in to comment.