Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Fixed publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Segreto committed Jun 1, 2016
1 parent 393183f commit 4d23277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ deployment:
branch: master
commands:
- echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
- npm publish --access public
- npm publish --access=public

0 comments on commit 4d23277

Please sign in to comment.