mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
start and debug scripts (will enable seamless container use later), strict error handling in bash scripts (#63)
#61
This commit is contained in:
parent
c80800a3ee
commit
ef909f6335
5 changed files with 14 additions and 2 deletions
|
|
@ -10,8 +10,8 @@
|
|||
"build": "npm run build --workspaces",
|
||||
"clean": "rm -rf node_modules && npm run clean --workspaces",
|
||||
"test": "npm run test --workspaces",
|
||||
"start": "node ./scripts/check-build-status.js && node node_modules/@gemini-code/cli",
|
||||
"debug": "node ./scripts/check-build-status.js && node --inspect-brk node_modules/@gemini-code/cli",
|
||||
"start": "scripts/start.sh",
|
||||
"debug": "scripts/debug.sh",
|
||||
"lint": "eslint . --ext .ts,.tsx",
|
||||
"typecheck": "tsc --noEmit --jsx react",
|
||||
"format": "prettier --write .",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue