]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: move ts-ignore comment in release script
authorEvan You <yyx990803@gmail.com>
Sat, 8 Apr 2023 05:23:06 +0000 (13:23 +0800)
committerEvan You <yyx990803@gmail.com>
Sat, 8 Apr 2023 05:23:06 +0000 (13:23 +0800)
scripts/release.js

index ce91c2bb63c635ffcfe30a179b963bb8f1936546..e3117727ec27ce37e2abf893ecfb3bf26c0680ba 100644 (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',