astro-reactive-form/turbo.json

29 lines
461 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"lint": {
"outputs": []
},
"lint:fix": {
"outputs": []
},
"test:watch": {
"cache": false
},
"dev": {
"cache": false
},
"test": {
"env": ["CI"],
"outputs": []
},
"check": {
"dependsOn": ["^build"]
},
"clean": {}
}
}