Skip to content

Commit

Permalink
chore: deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoeryanto committed Oct 9, 2018
1 parent 9243605 commit 9015467
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ before_deploy:
deploy:
provider: script
script:
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > $HOME/.npmrc;
yarn release-it -n --preRelease=alpha patch
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > $HOME/.npmrc && yarn release-it -n --preRelease=alpha
skip_cleanup: true

0 comments on commit 9015467

Please sign in to comment.