Skip to content

Commit

Permalink
(chore) debug lerna publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dselman committed Nov 3, 2017
1 parent 3266609 commit 783a095
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ script: 'lerna run test 2>&1'
after_failure: 'tail -n +1 -- /home/travis/.npm/_logs/*-debug.log'
deploy:
provider: script
script: .travis/deploy.sh $TRAVIS_TAG
script: ./.travis/deploy.sh $TRAVIS_TAG
skip_cleanup: true
on:
branch: master
Expand Down
4 changes: 3 additions & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
lerna publish --yes --conventional-commits -m "chore(release): publish %s"
echo "Tag is " $1
lerna publish --yes --conventional-commits -m "chore(release): publish %s"
echo "Published!"

0 comments on commit 783a095

Please sign in to comment.