We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdfcbd commit 069ee9bCopy full SHA for 069ee9b
scripts/post-build.ts
@@ -61,7 +61,9 @@ function copyThirdPartyLicenseFiles() {
61
}
62
63
function bundle(path: string): void {
64
- execSync(`npx esbuild ${path} --bundle --outfile=${path} --platform=node --allow-overwrite --target=es2022 --format=esm`);
+ execSync(
65
+ `npx esbuild ${path} --bundle --outfile=${path} --platform=node --allow-overwrite --target=es2022 --format=esm`,
66
+ );
67
68
69
function main(): void {
0 commit comments