Files
website/turbo.json
Julien Valverdé 5d725458f3
Some checks failed
Lint / lint (push) Successful in 13s
Build / build (pull_request) Failing after 26s
Fix
2025-09-18 00:55:45 +02:00

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
}
}
}