mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
Revert debug undo.
This commit is contained in:
committed by
N. Taylor Mullen
parent
ce0f2dd868
commit
bfb064024e
@@ -11,7 +11,7 @@
|
|||||||
"clean": "rm -rf node_modules && npm run clean --workspaces",
|
"clean": "rm -rf node_modules && npm run clean --workspaces",
|
||||||
"test": "npm run test --workspaces",
|
"test": "npm run test --workspaces",
|
||||||
"start": "scripts/start.sh",
|
"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",
|
"fix": "eslint . --fix",
|
||||||
"lint": "eslint . --ext .ts,.tsx",
|
"lint": "eslint . --ext .ts,.tsx",
|
||||||
"typecheck": "tsc --noEmit --jsx react",
|
"typecheck": "tsc --noEmit --jsx react",
|
||||||
|
|||||||
Reference in New Issue
Block a user