1
0
cvsa/turbo.json

28 lines
438 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"ui": "tui",
"tasks": {
"//#biome": {
"dependsOn": ["biome:check"]
},
"//#biome:check": {},
"//#biome:lint": {},
"//#lint": {
"dependsOn": ["biome:lint"]
},
"dev": {
"persistent": true,
"cache": false
},
"drizzle:pull": {
"cache": false
},
"test": {},
"deploy": {
"cache": true,
"dependsOn": ["temp_frontend#build"]
},
"build": {}
}
}