mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:00:43 +00:00
Merged via squash.
Prepared head SHA: dd5c0c59f2
Co-authored-by: SwissArmyBud <7257907+SwissArmyBud@users.noreply.github.com>
Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com>
Reviewed-by: @jalehman
24 lines
414 B
JSON
24 lines
414 B
JSON
{
|
|
"version": "2.0.0",
|
|
"options": {
|
|
"env": {
|
|
"OUTPUT_SOURCE_MAPS": "1"
|
|
}
|
|
},
|
|
"tasks": [
|
|
{
|
|
"label": "debug:rebuild",
|
|
"type": "shell",
|
|
"command": "pnpm clean:dist && pnpm build",
|
|
"group": "none",
|
|
"problemMatcher": [],
|
|
"presentation": {
|
|
"echo": true,
|
|
"reveal": "always",
|
|
"focus": false,
|
|
"panel": "shared"
|
|
}
|
|
}
|
|
]
|
|
}
|