Zalvena/turbo.json

11 lines
145 B
JSON

{
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"watch": {
"cache": false
}
}
}