Skip to content

Commit 783a095

Browse files
committed
(chore) debug lerna publish
1 parent 3266609 commit 783a095

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ script: 'lerna run test 2>&1'
1717
after_failure: 'tail -n +1 -- /home/travis/.npm/_logs/*-debug.log'
1818
deploy:
1919
provider: script
20-
script: .travis/deploy.sh $TRAVIS_TAG
20+
script: ./.travis/deploy.sh $TRAVIS_TAG
2121
skip_cleanup: true
2222
on:
2323
branch: master

.travis/deploy.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
lerna publish --yes --conventional-commits -m "chore(release): publish %s"
1+
echo "Tag is " $1
2+
lerna publish --yes --conventional-commits -m "chore(release): publish %s"
3+
echo "Published!"

0 commit comments

Comments
 (0)