Chore: update build infra & performance improvements

This commit is contained in:
SukkaW
2023-11-29 21:50:10 +08:00
parent f14a604264
commit 34c67e5a0d
8 changed files with 146 additions and 29 deletions

View File

@@ -67,7 +67,6 @@ export const downloadPreviousBuild = task(import.meta.path, async () => {
async onentry(entry) {
if (entry.type !== 'File') {
// not a file, throw away
console.log(entry.type, entry.path)
entry.resume();
return;
}