mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
feat: add build:sandbox and build:all npm scripts (#274)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user