Skip to content

Commit

Permalink
add --yes to version command
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Jul 19, 2019
1 parent ef0a76c commit 5353481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ script:
- npm run ci
after_success:
- npm run coveralls
- npx lerna version
- npx lerna version --yes
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 5353481

Please sign in to comment.