Files
payloadcms/turbo.json
Elliot DeNolf 350a4a0718 build(deps): update turborepo (#7827)
Updates turbo to v2.
2024-08-23 03:00:21 +00:00

22 lines
360 B
JSON

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