pompy.dev/turbo.json
2025-03-18 18:35:47 +09:00

29 lines
651 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
},
"i_am_sure_i_want_to_nuke_gitignored_files": {
"cache": false
}
}
}