Skip to content

Commit

Permalink
fix(ci): pass --yes flag to lerna pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Bekrin committed May 29, 2019
1 parent b9657e2 commit cca84bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint": "spire lint",
"test": "spire test",
"release": "spire release",
"pre-release": "lerna publish --no-git-reset --no-git-tag-version --canary --preid next --pre-dist-tag next"
"pre-release": "lerna publish --no-git-reset --no-git-tag-version --canary --preid next --pre-dist-tag next --yes"
},
"spire": {
"extends": "spire-config-default",
Expand Down

0 comments on commit cca84bc

Please sign in to comment.