Skip to content

Commit

Permalink
Reduce npm publish logs for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ger-benjamin committed Jul 22, 2020
1 parent ebcb11a commit 9b40f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/travis-npm-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ then
fi
if [ "$PACKAGE_VERSION" = "$TRAVIS_TAG" ]
then
$RUN npm publish --tag=version-${MAIN_BRANCH} $TAG
$RUN npm publish --quiet --tag=version-${MAIN_BRANCH} $TAG
else
echo "Skipping publication, the travis tag and package version differ"
fi
Expand Down

0 comments on commit 9b40f15

Please sign in to comment.