Преглед изворни кода

chore: move ts-ignore comment in release script

Evan You пре 3 година
родитељ
комит
e4a2d11f82
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      scripts/release.js

+ 1 - 1
scripts/release.js

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