Skip to content

Commit 34c72ef

Browse files
committed
chore: wip
1 parent 1006340 commit 34c72ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.stacks/core/ai/build.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import { runCommand } from '@stacksjs/cli'
1+
import { runCommand } from '../cli/src/run'
22

33
const command: string = 'bun build ./src/index.ts --outdir dist --format esm'
4-
54
const result = await runCommand(command, import.meta.dir)
65

76
if (result.isErr())

0 commit comments

Comments
 (0)