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 .",