mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Enable the npm install on push branch
This commit is contained in:
parent
0650502b8a
commit
711a461f8b
@ -8,7 +8,7 @@ rm -rf tmp && mkdir tmp;
|
|||||||
|
|
||||||
if [[ $TRAVIS_PULL_REQUEST == "false" ]];
|
if [[ $TRAVIS_PULL_REQUEST == "false" ]];
|
||||||
then
|
then
|
||||||
./scripts/npm-build-all.sh -si || exit 1;
|
./scripts/npm-build-all.sh || exit 1;
|
||||||
else
|
else
|
||||||
./scripts/update-version.sh -gnu -alpha || exit 1;
|
./scripts/update-version.sh -gnu -alpha || exit 1;
|
||||||
./scripts/smart-build.sh -b $TRAVIS_BRANCH -gnu || exit 1;
|
./scripts/smart-build.sh -b $TRAVIS_BRANCH -gnu || exit 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user