Skip to content

Commit

Permalink
Reduce log on npm publish for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ger-benjamin committed Jul 22, 2020
1 parent 5a46242 commit ea2a20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/travis-npm-publish.sh
Expand Up @@ -27,7 +27,7 @@ then
then
echo "Publish daily version"
$RUN npm install --no-save fluid-publish
$RUN node_modules/.bin/fluid-publish devTag="version-${MAIN_BRANCH}-latest"
$RUN npm config set loglevel warn && node_modules/.bin/fluid-publish devTag="version-${MAIN_BRANCH}-latest"
fi
fi
fi

0 comments on commit ea2a20e

Please sign in to comment.