Regenerate lockfile
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2025-10-13 00:43:00 +02:00
parent d6ec4e9e46
commit 26bc15c15b
2 changed files with 31 additions and 27 deletions

View File

@@ -1,25 +1,25 @@
{
"$schema": "https://turbo.build/schema.json",
"$schema": "https://turbo.build/schema.json",
"tasks": {
"lint:tsc": {
"cache": false
},
"lint:biome": {
"cache": false
},
"build": {
"inputs": ["src/**"],
"outputs": ["dist/**"],
"cache": false
},
"clean:dist": {
"dependsOn": ["^clean:dist"],
"cache": false
},
"clean:modules": {
"dependsOn": ["^clean:modules"],
"cache": false
}
"tasks": {
"lint:tsc": {
"cache": false
},
"lint:biome": {
"cache": false
},
"build": {
"inputs": ["src/**"],
"outputs": ["dist/**"],
"cache": false
},
"clean:dist": {
"dependsOn": ["^clean:dist"],
"cache": false
},
"clean:modules": {
"dependsOn": ["^clean:modules"],
"cache": false
}
}
}