Skip to content

Commit

Permalink
add missing -y to start-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed May 23, 2024
1 parent 6fe3a18 commit 2880e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async function main() {
: semverType === 'minor'
? 'preminor'
: 'prerelease'
} --preid rc --force-publish && pnpm release --pre --skip-questions --show-url`
} --preid rc --force-publish -y && pnpm release --pre --skip-questions --show-url`
: `pnpm lerna version ${semverType} --force-publish -y`,
{
stdio: 'pipe',
Expand Down

0 comments on commit 2880e42

Please sign in to comment.