Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

Commit

Permalink
Fix circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed Jun 17, 2017
1 parent 794bed1 commit ca20909
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ machine:

## Customize dependencies
dependencies:
pre:
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
override:
- yarn

Expand All @@ -21,5 +23,5 @@ test:
deployment:
npm:
tag: /v[0-9]+(\.[0-9]+)*/
commands:
commands:
- npm publish

0 comments on commit ca20909

Please sign in to comment.