Skip to content

Commit c7a2689

Browse files
committed
chore: wip
1 parent 2380834 commit c7a2689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stacks/core/scheduler/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 --target bun', {
3+
const result = await runCommand('bun build ./src/index.ts --outdir dist --format esm --external node-cron --target bun', {
44
cwd: import.meta.dir,
55
})
66

0 commit comments

Comments
 (0)