Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Reviewed-on: #1
21 lines
412 B
JSON
21 lines
412 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
|
|
"tasks": {
|
|
"lint:tsc": {
|
|
"cache": false
|
|
},
|
|
"lint:eslint": {
|
|
"cache": false
|
|
},
|
|
"clean:dist": {
|
|
"dependsOn": ["^clean:dist"],
|
|
"cache": false
|
|
},
|
|
"clean:modules": {
|
|
"dependsOn": ["^clean:modules"],
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|