Explorar o código

chore: move ts-ignore comment in release script

Evan You %!s(int64=3) %!d(string=hai) anos
pai
achega
e4a2d11f82
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',