Files
website/turbo.json
Julien Valverdé f355a14fcf
Some checks failed
Lint / lint (push) Successful in 13s
Build / build (pull_request) Failing after 31s
Dockerfile
2025-09-18 00:10:31 +02:00

21 lines
406 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:node": {
"dependsOn": ["^clean:node"],
"cache": false
}
}
}