Run the clean before building

This commit is contained in:
maurizio vitale
2019-08-21 10:02:08 +01:00
parent de5bf9dc88
commit 8875113a4a

View File

@@ -9,7 +9,7 @@ rm -rf tmp && mkdir tmp;
if [[ $TRAVIS_PULL_REQUEST == "false" ]];
then
./scripts/update-version.sh -nextalpha -gnu -minor -components
./scripts/npm-build-all.sh || exit 1;
./scripts/npm-build-all.sh -c || exit 1;
else
./scripts/update-version.sh -gnu -alpha || exit 1;
./scripts/smart-build.sh -b $TRAVIS_BRANCH -gnu || exit 1;