We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bun dev
1 parent 8ca8343 commit ecc6001Copy full SHA for ecc6001
cli/package.json
@@ -15,12 +15,11 @@
15
}
16
},
17
"scripts": {
18
- "dev": "bun run prebuild:agents && bun run src/index.tsx",
+ "dev": "bun run prebuild:agents && bun run src/index.tsx --cwd ..",
19
"prebuild:agents": "bun run scripts/prebuild-agents.ts",
20
"build:sdk": "cd ../sdk && bun run build",
21
"build:binary": "bun ./scripts/build-binary.ts codebuff $npm_package_version",
22
"release": "bun run scripts/release.ts",
23
- "start": "bun run dist/index.js",
24
"test": "bun test",
25
"test:tmux-poc": "bun run src/__tests__/tmux-poc.ts",
26
"typecheck": "tsc --noEmit -p ."
0 commit comments