pompy.dev/turbo.json
2023-07-29 09:04:23 +09:00

21 lines
399 B
JSON

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