Skip to content

Commit

Permalink
Remove --loglevel from lerna publish; used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
willsmythe committed Apr 29, 2019
1 parent 67673a7 commit a3b6629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ if [ -z $CI ]; then
fi

# Go!
NPM_CONFIG_OTP="$otp" ./node_modules/.bin/lerna publish --npm-client=npm "$@" --loglevel verbose
NPM_CONFIG_OTP="$otp" ./node_modules/.bin/lerna publish --npm-client=npm "$@"

0 comments on commit a3b6629

Please sign in to comment.