mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
format
This commit is contained in:
@ -32,7 +32,6 @@ async function main() {
|
|||||||
return fs.copyFile(`${contentPath}/${post}`, `${buildPath}/${post}`);
|
return fs.copyFile(`${contentPath}/${post}`, `${buildPath}/${post}`);
|
||||||
});
|
});
|
||||||
await Promise.all(builds);
|
await Promise.all(builds);
|
||||||
|
|
||||||
log('Build done');
|
log('Build done');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user