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
|
||||
}
|
@@ -12,16 +12,16 @@ if [ $TRAVIS_EVENT_TYPE == "push" ] || [ $TRAVIS_EVENT_TYPE == "cron" ]
|
||||
then
|
||||
if [[ $TRAVIS_BRANCH == "develop" ]];
|
||||
then
|
||||
NEXT_VERSION=-nextalpha
|
||||
NEXT_VERSION=-nextalpha
|
||||
./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
|
||||
fi
|
||||
|
||||
|
||||
if [[ $TRAVIS_EVENT_TYPE == "cron" ]];
|
||||
then
|
||||
NEXT_VERSION=-nextbeta
|
||||
./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
|
||||
fi
|
||||
|
||||
./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
|
||||
|
||||
node ./scripts/pre-publish.js
|
||||
|
||||
npm install
|
||||
|
Reference in New Issue
Block a user