mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Make clean script cross-platform (#1990)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
parent
a4062cb44a
commit
01186e3aff
3 changed files with 15 additions and 5 deletions
|
|
@ -10,7 +10,6 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "node ../../scripts/build_package.js",
|
||||
"clean": "rm -rf dist",
|
||||
"start": "node dist/index.js",
|
||||
"debug": "node --inspect-brk dist/index.js",
|
||||
"lint": "eslint . --ext .ts,.tsx",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue