console/turbo.json
2024-10-29 11:53:14 +00:00

22 lines
415 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"globalDependencies": [
"package.json",
"codegen.mts",
"pnpm-lock.yaml",
"tsconfig.json",
"scripts/patch-manifests.js",
"scripts/banner.js",
"scripts/runify.ts",
"patches/*"
],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"check:build": {
"outputs": [""]
}
}
}