Skip to content

Commit 68749ab

Browse files
committed
workflow(release): omitted
1 parent c0f6533 commit 68749ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async function release() {
147147
}
148148

149149
console.log(cyan('Updating npmmirror...'))
150-
spawn('cnpm', ['sync'], { stdio: 'inherit' })
150+
spawn.sync('cnpm', ['sync'], { stdio: 'inherit' })
151151
open(`https://npmmirror.com/sync/${name}`)
152152
}
153153

0 commit comments

Comments
 (0)