chore(cli): fix typing

This commit is contained in:
陈嘉涵
2020-02-04 19:57:20 +08:00
parent 12ff739ec3
commit 7268f655a9
2 changed files with 2 additions and 14 deletions

View File

@@ -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 => {