Skip to content

Commit

Permalink
chore: always npm logout when publish is done.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Mar 28, 2016
1 parent 9b03a1b commit 0983de3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/release/enact-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ for package in ./deploy/*
do
npm publish ${package}
done

# Always log out of npm when publish is complete.
npm logout

0 comments on commit 0983de3

Please sign in to comment.