types(cli): fit typescript@4.1
This commit is contained in:
@@ -54,7 +54,7 @@ function watch() {
|
||||
}
|
||||
|
||||
function build() {
|
||||
return new Promise((resolve, reject) => {
|
||||
return new Promise<void>((resolve, reject) => {
|
||||
const config = getSitePrdConfig();
|
||||
|
||||
webpack(config, (err, stats) => {
|
||||
|
||||
Reference in New Issue
Block a user