2024-04-27 10:10:50 +02:00
|
|
|
{
|
2024-04-27 10:40:14 +02:00
|
|
|
"$schema": "https://turbo.build/schema.json",
|
2024-06-04 20:57:53 +02:00
|
|
|
"tasks": {
|
2024-08-11 17:14:54 +02:00
|
|
|
"lint": {
|
|
|
|
|
"dependsOn": [
|
|
|
|
|
"^build"
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-06-04 20:57:53 +02:00
|
|
|
"format": {},
|
2024-06-16 10:36:55 +02:00
|
|
|
"format:check": {},
|
2024-06-20 19:40:14 +02:00
|
|
|
"types": {
|
|
|
|
|
"dependsOn": [
|
|
|
|
|
"^build"
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-06-04 20:57:53 +02:00
|
|
|
"test": {},
|
2024-06-21 18:52:58 +02:00
|
|
|
"test:watch": {},
|
2024-06-04 20:57:53 +02:00
|
|
|
"build": {
|
|
|
|
|
"outputs": [
|
|
|
|
|
"dist/**"
|
|
|
|
|
],
|
|
|
|
|
"dependsOn": [
|
|
|
|
|
"^build"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"dev": {
|
|
|
|
|
"dependsOn": [
|
|
|
|
|
"^build"
|
|
|
|
|
]
|
|
|
|
|
}
|
2024-04-27 10:40:14 +02:00
|
|
|
}
|
2024-04-27 10:10:50 +02:00
|
|
|
}
|