pompy.dev/turbo.json

21 lines
398 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"dev": {
"cache": false
},
"build": {
"cache": false,
"dependsOn": ["^build"]
},
"preview": {
"cache": false
},
"lint": {
"cache": false
},
"clean": {
"cache": false
}
}
}