style: auto-format code via Prettier [skip ci]

This commit is contained in:
Gitea Actions
2026-02-18 10:48:03 +05:00
parent ae0bb9e04d
commit 0656ab3ae7
80 changed files with 872 additions and 401 deletions

View File

@@ -50,12 +50,12 @@ async function main() {
DIRECTORIES_TO_CLEAN.map((dir) => {
const absolutePath = resolve(projectRoot, dir);
return removeDirectory(absolutePath);
})
}),
);
const successCount = results.filter(Boolean).length;
console.log(
`Clean complete: ${successCount}/${DIRECTORIES_TO_CLEAN.length} directories processed.`
`Clean complete: ${successCount}/${DIRECTORIES_TO_CLEAN.length} directories processed.`,
);
// Always exit successfully (matches rimraf behavior)