commit
3a1a3f804c
|
@ -72,8 +72,6 @@ const promise = new Promise((resolve, reject) => {
|
|||
};
|
||||
});
|
||||
|
||||
export default () => {
|
||||
rimraf(distPath, run);
|
||||
rimraf(distPath, run);
|
||||
|
||||
return promise;
|
||||
};
|
||||
export default () => promise;
|
||||
|
|
Loading…
Reference in New Issue