Files
payload/turbo.json
2023-09-01 16:59:45 +02:00

18 lines
290 B
JSON

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