Skip to content

Commit

Permalink
chore(release): always publish w/ access=public
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Apr 6, 2016
1 parent 0082a39 commit fec2a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/enact-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -ex

for package in ./deploy/*
do
npm publish ${package}
npm publish --access public ${package}
done

# Always log out of npm when publish is complete.
Expand Down

0 comments on commit fec2a44

Please sign in to comment.