Update packages/kilo-vscode/scripts/prepare-cli-binary.mjs
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
This commit is contained in:
@@ -80,7 +80,7 @@ function ensureBuiltBinary() {
|
||||
|
||||
// Ensure dependencies are installed before building.
|
||||
log("Installing dependencies in opencode package...")
|
||||
execSync("bun install", {
|
||||
execSync("bun install --frozen-lockfile", {
|
||||
cwd: opencodeDir,
|
||||
stdio: "inherit",
|
||||
env: process.env,
|
||||
|
||||
Reference in New Issue
Block a user