Skip to content

Commit e4a2d11

Browse files
committed
chore: move ts-ignore comment in release script
1 parent 9d50e34 commit e4a2d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ async function main() {
210210
step('\nGenerating changelog...')
211211
await run(`pnpm`, ['run', 'changelog'])
212212

213-
// @ts-ignore
214213
if (!skipPrompts) {
214+
// @ts-ignore
215215
const { yes: changelogOk } = await prompt({
216216
type: 'confirm',
217217
name: 'yes',

0 commit comments

Comments
 (0)