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