mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-01-06 17:09:14 +00:00
refactor: clean up build output (#53)
* refactor: clean up build output * refactor: add index.ts to package roots
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
],
|
||||
"scripts": {
|
||||
"build": "npm run build --workspaces",
|
||||
"clean": "npm run clean --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/dist",
|
||||
"debug": "node ./scripts/check-build-status.js && node --inspect-brk node_modules/@gemini-code/cli/dist",
|
||||
"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",
|
||||
"lint": "eslint . --ext .ts,.tsx",
|
||||
"typecheck": "tsc --noEmit --jsx react",
|
||||
"format": "prettier --write .",
|
||||
|
||||
Reference in New Issue
Block a user