mirror of https://github.com/vuejs/core.git
chore: move ts-ignore comment in release script
This commit is contained in:
parent
9d50e34ad3
commit
e4a2d11f82
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue