mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 05:46:16 +00:00
26 lines
657 B
JSON
Executable File
26 lines
657 B
JSON
Executable File
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"],
|
|
"outputMode": "errors-only"
|
|
},
|
|
"watch": {
|
|
"dependsOn": ["^watch"],
|
|
"outputMode": "errors-only"
|
|
},
|
|
"format": {
|
|
"dependsOn": ["^format"],
|
|
"outputMode": "errors-only"
|
|
},
|
|
"lint": {
|
|
"dependsOn": ["^lint"],
|
|
"outputMode": "errors-only"
|
|
},
|
|
"lint:apply": {
|
|
"dependsOn": ["^lint:apply"],
|
|
"outputMode": "errors-only"
|
|
}
|
|
}
|
|
} |