add missing -y to start-release

This commit is contained in:
JJ Kasper 2024-05-23 07:07:58 -07:00
parent 7fe4f41e13
commit f6db3b79b1

View file

@ -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',