This commit is contained in:
DefectingCat
2023-05-18 09:37:02 +08:00
parent 3b161451fb
commit b234c81d6a

View File

@ -32,7 +32,6 @@ async function main() {
return fs.copyFile(`${contentPath}/${post}`, `${buildPath}/${post}`);
});
await Promise.all(builds);
log('Build done');
}