Skip to content

Commit 5ac19f4

Browse files
author
Piotr Paulski
committed
Remove leftover useless async
1 parent a01af85 commit 5ac19f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/post-build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function copyThirdPartyLicenseFiles() {
6060
}
6161
}
6262

63-
async function bundle(path: string): Promise<void> {
63+
function bundle(path: string): void {
6464
execSync(`npx esbuild ${path} --bundle --outfile=${path} --platform=node --allow-overwrite --target=es2022 --format=esm`);
6565
}
6666

0 commit comments

Comments
 (0)