Skip to content

Commit

Permalink
Added --loglevel to npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed May 2, 2011
1 parent d632f20 commit 6cd6096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.sh
Expand Up @@ -13,7 +13,7 @@ for dir in ./*; do
if test -f $dir/package.json; then
echo "Publishing from: $dir";
echo "npm publish $dir/"
npm publish $dir/
npm publish $dir/ --loglevel info
fi
done

0 comments on commit 6cd6096

Please sign in to comment.