Files
tuono/turbo.json
T
2024-05-11 15:08:49 +02:00

16 lines
237 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"lint": {},
"format": {},
"test": {},
"build": {
"outputs": ["dist/**"],
"dependsOn": ["^build"]
},
"dev": {
"dependsOn": ["^dev"]
}
}
}