chore: move ts-ignore comment in release script

This commit is contained in:
Evan You 2023-04-08 13:23:06 +08:00
parent 9d50e34ad3
commit e4a2d11f82
1 changed files with 1 additions and 1 deletions

View File

@ -210,8 +210,8 @@ async function main() {
step('\nGenerating changelog...')
await run(`pnpm`, ['run', 'changelog'])
// @ts-ignore
if (!skipPrompts) {
// @ts-ignore
const { yes: changelogOk } = await prompt({
type: 'confirm',
name: 'yes',