pompy.dev/turbo.json

26 lines
558 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"tasks": {
"dev": {
"cache": false
},
"build": {
"cache": false,
"dependsOn": ["^build"]
},
"test:unit": {
"cache": false
},
"test:e2e": {
"cache": false,
"env": [
"PLAYWRIGHT_BROWSERS_PATH",
"PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS"
]
},
"lint": {
"cache": false
}
}
}