mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
chore(cli): fix typing
This commit is contained in:
@@ -46,7 +46,7 @@ function transform(item: any) {
|
||||
return item;
|
||||
}
|
||||
|
||||
export async function changelog() {
|
||||
export async function changelog(): Promise<void> {
|
||||
const spinner = ora('Generating changelog...').start();
|
||||
|
||||
return new Promise(resolve => {
|
||||
|
Reference in New Issue
Block a user