diff --git a/package.json b/package.json index b55822ae..b0d56370 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "clean": "rm -rf node_modules && npm run clean --workspaces", "test": "npm run test --workspaces", "start": "scripts/start.sh", - "debug": "node ./scripts/check-build-status.js && node --inspect-brk node_modules/@gemini-code/cli", + "debug": "scripts/debug.sh", "fix": "eslint . --fix", "lint": "eslint . --ext .ts,.tsx", "typecheck": "tsc --noEmit --jsx react",