summaryrefslogtreecommitdiff
path: root/packages/cli
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-04-24 18:03:33 -0700
committerGitHub <[email protected]>2025-04-24 18:03:33 -0700
commitcbba8007b242f7212ff5bcce618c569b25235024 (patch)
tree684cb05c218d33df6650deff9c622ba7b4f7f8b5 /packages/cli
parenta94a9ce3bf7bc015ebbd679d0d95be1c5d9762c2 (diff)
shell bones (#160)
* shell bones * Merge remote-tracking branch 'origin/main' into shell_bones * add line break * another line break * drop the log to avoid breaking terminals * rename tool to be consistent with terminal * fix build
Diffstat (limited to 'packages/cli')
-rw-r--r--packages/cli/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 3cbb97a1..c506bb65 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -8,7 +8,7 @@
"gemini-code": "dist/index.js"
},
"scripts": {
- "build": "tsc --build && touch dist/.last_build",
+ "build": "../../scripts/build_package.sh",
"clean": "rm -rf dist",
"start": "node dist/gemini.js",
"debug": "node --inspect-brk dist/gemini.js",