diff options
Diffstat (limited to 'packages/cli/package.json')
| -rw-r--r-- | packages/cli/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/cli/package.json b/packages/cli/package.json index 436a4b77..2f53c609 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", |
