Skip to content

Commit c196503

Browse files
natemoo-regithub-actions[bot]
authored andcommitted
[ci] format
1 parent 48d96a9 commit c196503

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/commands/build.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ export async function build(ctx: CommandContext) {
1717
target: "node20",
1818
minify: true,
1919
bundle: true,
20-
external: ["node:*", "cloudflare:*", "bun:*", "../*", "./*", ...Object.keys(dependencies)],
20+
external: [
21+
"node:*",
22+
"cloudflare:*",
23+
"bun:*",
24+
"../*",
25+
"./*",
26+
...Object.keys(dependencies),
27+
],
2128
}).catch(() => {
2229
process.exit(1);
2330
});

0 commit comments

Comments
 (0)