Skip to content

Commit

Permalink
update circle
Browse files Browse the repository at this point in the history
  • Loading branch information
wcastand committed Mar 29, 2017
1 parent b98dbd3 commit 7051909
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
dependencies:
pre:
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
deployment:
npm:
branch: master
commands:
# login using environment variables
- echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
- npm run 2npm
tag: /v[0-9]+(\.[0-9]+)*/
commands:
- npm run 2npm

0 comments on commit 7051909

Please sign in to comment.