astro-reactive-form/turbo.json
2022-11-23 20:05:07 +01:00

24 lines
380 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": {},
"check": {},
"clean": {}
}
}