mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat: add alias to the cli bin directive (#126)
This commit is contained in:
parent
05c568126f
commit
ef7dcdb49e
3 changed files with 6 additions and 2 deletions
|
|
@ -4,7 +4,9 @@
|
|||
"description": "Gemini Code CLI",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"bin": "dist/index.js",
|
||||
"bin": {
|
||||
"gemini-code": "dist/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc --build && touch dist/.last_build",
|
||||
"clean": "rm -rf dist",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue