summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b1989286..50dcaaee 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
"build": "npm run build --workspaces",
"clean": "npm run clean --workspaces",
"test": "npm run test --workspaces",
- "start": "node ./scripts/check-build-status.js && node node_modules/@gemini-code/cli/dist -- \"$@\"",
+ "start": "node ./scripts/check-build-status.js && node node_modules/@gemini-code/cli/dist",
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit --jsx react",
"format": "prettier --write .",