Enable `npm run debug` from root.
This commit is contained in:
parent
f7edf71190
commit
044ccc6dd7
|
@ -11,6 +11,7 @@
|
||||||
"clean": "npm run clean --workspaces",
|
"clean": "npm run clean --workspaces",
|
||||||
"test": "npm run test --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",
|
||||||
|
"debug": "node ./scripts/check-build-status.js && node --inspect-brk node_modules/@gemini-code/cli/dist",
|
||||||
"lint": "eslint . --ext .ts,.tsx",
|
"lint": "eslint . --ext .ts,.tsx",
|
||||||
"typecheck": "tsc --noEmit --jsx react",
|
"typecheck": "tsc --noEmit --jsx react",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
|
|
Loading…
Reference in New Issue