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...')
|
step('\nGenerating changelog...')
|
||||||
await run(`pnpm`, ['run', 'changelog'])
|
await run(`pnpm`, ['run', 'changelog'])
|
||||||
|
|
||||||
// @ts-ignore
|
|
||||||
if (!skipPrompts) {
|
if (!skipPrompts) {
|
||||||
|
// @ts-ignore
|
||||||
const { yes: changelogOk } = await prompt({
|
const { yes: changelogOk } = await prompt({
|
||||||
type: 'confirm',
|
type: 'confirm',
|
||||||
name: 'yes',
|
name: 'yes',
|
||||||
|
|
Loading…
Reference in New Issue