Skip to content

Commit

Permalink
chore(release): add auto-confirmation to release script (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs authored and simondel committed Feb 13, 2019
1 parent bf2f092 commit a7922a4
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 @@ -56,7 +56,7 @@
"e2e": "cd e2e && npm ci && npm t && cd ..",
"perf": "cd perf && npm ci && npm t && cd ..",
"start": "tsc -b -w",
"lerna-publish": "lerna version --conventional-commits --yes --git-remote gh-publish && lerna publish from-git"
"lerna-publish": "lerna version --conventional-commits --yes --git-remote gh-publish && lerna publish from-git --yes"
},
"engines": {
"node": ">=6",
Expand Down

0 comments on commit a7922a4

Please sign in to comment.