Skip to content

Commit 069ee9b

Browse files
author
Piotr Paulski
committed
Fix style.
1 parent 5bdfcbd commit 069ee9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/post-build.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ function copyThirdPartyLicenseFiles() {
6161
}
6262

6363
function bundle(path: string): void {
64-
execSync(`npx esbuild ${path} --bundle --outfile=${path} --platform=node --allow-overwrite --target=es2022 --format=esm`);
64+
execSync(
65+
`npx esbuild ${path} --bundle --outfile=${path} --platform=node --allow-overwrite --target=es2022 --format=esm`,
66+
);
6567
}
6668

6769
function main(): void {

0 commit comments

Comments
 (0)