mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
19 lines
402 B
JSON
19 lines
402 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"bundle": {
|
|
"dependsOn": ["^build", "@roo-code/vscode-webview#build"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"vsix": {
|
|
"dependsOn": ["bundle"],
|
|
"inputs": ["dist/**"],
|
|
"outputs": ["../bin/**"]
|
|
},
|
|
"watch:bundle": {
|
|
"dependsOn": ["@roo-code/build#build", "@roo-code/types#build"],
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|