Skip to content

Commit

Permalink
added publishing to npm from master
Browse files Browse the repository at this point in the history
  • Loading branch information
roylines committed Nov 17, 2015
1 parent f29be1c commit 2043ddc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ deployment:
production:
branch: master
commands:
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
- npm run coveralls
- npm version "1.0.$CIRCLE_BUILD_NUM" --no-git-tag-version
- npm publish

0 comments on commit 2043ddc

Please sign in to comment.