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