{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": [
"^test",
"^build"
],
"outputs": [
"dist/**"
]
},
"lint": {},
"test": {
"build"
"test:watch": {
"persistent": true
"dev": {
"cache": false,
"preview": {
"^build",
}