Skip to content

Commit

Permalink
add npm publish to circle deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian McKenzie committed Oct 15, 2016
1 parent 76292b5 commit e0dce96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ deployment:
- ghr --username yarnpkg --repository yarn --token $KPM_CIRCLE_RELEASE_TOKEN v$(node dist/bin/yarn --version) dist/yarn-v*.tar.gz
- ghr --username yarnpkg --repository yarn --token $KPM_CIRCLE_RELEASE_TOKEN v$(node dist/bin/yarn --version) dist/yarn-$(node dist/bin/yarn --version).js
- ghr --username yarnpkg --repository yarn --token $KPM_CIRCLE_RELEASE_TOKEN v$(node dist/bin/yarn --version) dist/yarn-legacy-$(node dist/bin/yarn --version).js
- npm publish

0 comments on commit e0dce96

Please sign in to comment.