mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
Enable npm run debug from root.
This commit is contained in:
committed by
N. Taylor Mullen
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 .",
|
||||||
|
|||||||
Reference in New Issue
Block a user