Dockerfile
Some checks failed
Lint / lint (push) Successful in 13s
Build / build (pull_request) Failing after 31s

This commit is contained in:
Julien Valverdé
2025-09-18 00:10:31 +02:00
parent 0908eba0ad
commit f355a14fcf
8 changed files with 30 additions and 37 deletions

View File

@@ -2,24 +2,12 @@
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["src/**"],
"outputs": ["dist/**"],
"cache": false
},
"lint:tsc": {
"cache": false
},
"lint:eslint": {
"cache": false
},
"clean:cache": {
"dependsOn": ["^clean:cache"],
"cache": false
},
"clean:dist": {
"dependsOn": ["^clean:dist"],
"cache": false