Skip to content

Commit 082b568

Browse files
authored
feat(travis.yml): adds lerna publish support to travis.yml (#12)
* feat(travis.yml): adds lerna publish support to travis.yml ICL-1282 * feat(travis.yml): adds lerna publish support to travis.yml
1 parent c3863b2 commit 082b568

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ script:
55
- npm test
66
- npm run-script lerna init
77
- npm run-script build
8+
deploy:
9+
provider: script
10+
script: "npm run-script lerna publish"
11+
skip_cleanup: true
12+
on:
13+
node: "10"
14+
branch: release
15+
if: tag IS blank

0 commit comments

Comments
 (0)