mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Update README to reflect current state of the world.
- We now have CI/CD - We have linting support (so added a section) - Fixed `npm run debug` to allow debugging again.
This commit is contained in:
parent
d668600672
commit
ce0f2dd868
2 changed files with 12 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"clean": "rm -rf node_modules && npm run clean --workspaces",
|
||||
"test": "npm run test --workspaces",
|
||||
"start": "scripts/start.sh",
|
||||
"debug": "scripts/debug.sh",
|
||||
"debug": "node ./scripts/check-build-status.js && node --inspect-brk node_modules/@gemini-code/cli",
|
||||
"fix": "eslint . --fix",
|
||||
"lint": "eslint . --ext .ts,.tsx",
|
||||
"typecheck": "tsc --noEmit --jsx react",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue