mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
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
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user