Skip to content

Commit ded473b

Browse files
committed
chore: wip
1 parent eab938b commit ded473b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stacks/core/collections/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { log, runCommand } from '@stacksjs/cli'
22

3-
const result = await runCommand('bun build ./src/index.ts --outdir dist --format esm', {
3+
const result = await runCommand('bun build ./src/index.ts --outdir dist --format esm --external collect.js', {
44
cwd: import.meta.dir,
55
})
66

0 commit comments

Comments
 (0)