Skip to content

Commit c2ebad5

Browse files
committed
ci: remove from-package flag
1 parent f9aa1c7 commit c2ebad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ before_deploy:
3737
deploy:
3838
- provider: script
3939
skip_cleanup: true
40-
script: yarn run lerna publish from-package --create-release github --yes
40+
script: yarn run lerna publish --create-release github --yes
4141
on:
4242
branch: master
4343
- provider: script

0 commit comments

Comments
 (0)