diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b970096e..5cefd8db 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test": "npm run test --workspaces", "lint": "eslint . --ext .ts,.tsx", "typecheck": "tsc --noEmit --jsx react", - "start": "node ./scripts/check-build-status.js && npm run start --workspace=gemini-code-cli -- \"$@\"", + "start": "npm run start --workspace=gemini-code-cli -- \"$@\"", "format": "prettier --write ." }, "devDependencies": { |
