Enable `npm run debug` from root.

This commit is contained in:
Taylor Mullen 2025-04-19 17:37:15 -04:00 committed by N. Taylor Mullen
parent f7edf71190
commit 044ccc6dd7
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"clean": "npm run clean --workspaces",
"test": "npm run test --workspaces",
"start": "node ./scripts/check-build-status.js && node node_modules/@gemini-code/cli/dist",
"debug": "node ./scripts/check-build-status.js && node --inspect-brk node_modules/@gemini-code/cli/dist",
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit --jsx react",
"format": "prettier --write .",