Files
whyrating/packages/cms/turbo.json
2026-02-04 01:55:00 +01:00

16 lines
263 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"outputs": [".content-collections/**"]
},
"lint": {
"dependsOn": ["build"]
},
"typecheck": {
"dependsOn": ["build"]
}
}
}