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