pompy.dev/turbo.json

24 lines
456 B
JSON

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