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:
Mark IJbema
2026-02-10 12:42:38 +01:00
committed by GitHub
parent 591b55943b
commit 845fc2a28a
@@ -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,