12 lines
195 B
JSON
12 lines
195 B
JSON
|
|
{
|
||
|
|
"$schema": "https://turbo.build/schema.json",
|
||
|
|
"extends": ["//"],
|
||
|
|
"tasks": {
|
||
|
|
"deploy": {
|
||
|
|
"dependsOn": ["build"],
|
||
|
|
"cache": false,
|
||
|
|
"outputLogs": "new-only"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|