Files
tuono/turbo.json
T

16 lines
237 B
JSON
Raw Normal View History

2024-04-27 10:10:50 +02:00
{
2024-04-27 10:40:14 +02:00
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"lint": {},
"format": {},
"test": {},
"build": {
2024-05-11 15:08:49 +02:00
"outputs": ["dist/**"],
"dependsOn": ["^build"]
},
"dev": {
"dependsOn": ["^dev"]
}
2024-04-27 10:40:14 +02:00
}
2024-04-27 10:10:50 +02:00
}