generated from nhcarrigan/template
16 lines
285 B
JSON
16 lines
285 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^lint"],
|
|
"outputs": ["prod/**"]
|
|
},
|
|
"lint": {
|
|
"dependsOn": [],
|
|
"outputs": []
|
|
},
|
|
"clean": {
|
|
"cache": false
|
|
}
|
|
}
|
|
} |