Skip to content

Commit ecc6001

Browse files
committed
cli: Update bun dev to cwd to root
1 parent 8ca8343 commit ecc6001

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cli/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
}
1616
},
1717
"scripts": {
18-
"dev": "bun run prebuild:agents && bun run src/index.tsx",
18+
"dev": "bun run prebuild:agents && bun run src/index.tsx --cwd ..",
1919
"prebuild:agents": "bun run scripts/prebuild-agents.ts",
2020
"build:sdk": "cd ../sdk && bun run build",
2121
"build:binary": "bun ./scripts/build-binary.ts codebuff $npm_package_version",
2222
"release": "bun run scripts/release.ts",
23-
"start": "bun run dist/index.js",
2423
"test": "bun test",
2524
"test:tmux-poc": "bun run src/__tests__/tmux-poc.ts",
2625
"typecheck": "tsc --noEmit -p ."

0 commit comments

Comments
 (0)