refactor: shorten 'gemini' binary name (#329)

This commit is contained in:
Brandon Keiji
2025-05-13 17:49:45 +00:00
committed by GitHub
parent 61ccd4f33a
commit 8da7a71d9a
3 changed files with 11 additions and 10 deletions

View File

@@ -5,7 +5,8 @@
"type": "module",
"main": "dist/index.js",
"bin": {
"gemini-code": "dist/index.js"
"gemini-code": "dist/index.js",
"gemini": "dist/index.js"
},
"image": "us-west1-docker.pkg.dev/gemini-code-dev/gemini-code-containers/gemini-code-cli",
"scripts": {