mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix build script
This commit is contained in:
5
lib/process-services-cloud/package-lock.json
generated
Normal file
5
lib/process-services-cloud/package-lock.json
generated
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"name": "@alfresco/adf-process-services-cloud",
|
||||||
|
"version": "4.1.0",
|
||||||
|
"lockfileVersion": 1
|
||||||
|
}
|
@@ -13,14 +13,14 @@ then
|
|||||||
if [[ $TRAVIS_BRANCH == "develop" ]];
|
if [[ $TRAVIS_BRANCH == "develop" ]];
|
||||||
then
|
then
|
||||||
NEXT_VERSION=-nextalpha
|
NEXT_VERSION=-nextalpha
|
||||||
|
./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $TRAVIS_EVENT_TYPE == "cron" ]];
|
if [[ $TRAVIS_EVENT_TYPE == "cron" ]];
|
||||||
then
|
then
|
||||||
NEXT_VERSION=-nextbeta
|
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
|
node ./scripts/pre-publish.js
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user