mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat: add build:sandbox and build:all npm scripts (#274)
This commit is contained in:
parent
739654bb25
commit
49b5db29b3
2 changed files with 4 additions and 2 deletions
|
|
@ -7,7 +7,9 @@
|
|||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "BUILD_SANDBOX=1 scripts/build.sh",
|
||||
"build": "scripts/build.sh",
|
||||
"build:sandbox": "scripts/build_sandbox.sh",
|
||||
"build:all": "npm run build && npm run build:sandbox",
|
||||
"clean": "scripts/clean.sh",
|
||||
"test": "npm run test --workspaces",
|
||||
"start": "NODE_ENV=development scripts/start.sh",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue