Merge pull request #9 from google-gemini/target-directory

Change the run command to properly pass the command line arguments to…
This commit is contained in:
Allen Hutchison 2025-04-17 16:57:22 -07:00 committed by GitHub
commit b56d9c8639
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"scripts": { "scripts": {
"build": "npm run build --workspaces", "build": "npm run build --workspaces",
"test": "npm run test --workspaces", "test": "npm run test --workspaces",
"start": "npm run start --workspace=gemini-code-cli", "start": "npm run start --workspace=gemini-code-cli -- \"$@\"",
"lint": "eslint .", "lint": "eslint .",
"format": "prettier --write ." "format": "prettier --write ."
}, },