fix(cli): changelog should be async task

This commit is contained in:
陈嘉涵
2019-12-29 09:13:06 +08:00
parent f9bef02730
commit 23b1af95e8
2 changed files with 23 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ class VantCliReleasePlugin extends releaseIt.Plugin {
console.log('');
await build();
changelog();
await changelog();
}
}