console/turbo.json

23 lines
415 B
JSON
Raw Normal View History

2022-05-18 07:26:57 +00:00
{
"$schema": "https://turborepo.org/schema.json",
2022-05-18 07:26:57 +00:00
"globalDependencies": [
"package.json",
"codegen.mts",
"pnpm-lock.yaml",
2022-05-18 07:26:57 +00:00
"tsconfig.json",
"scripts/patch-manifests.js",
2022-11-11 09:17:48 +00:00
"scripts/banner.js",
2023-08-03 11:58:21 +00:00
"scripts/runify.ts",
2022-05-18 07:26:57 +00:00
"patches/*"
],
2024-10-09 13:19:34 +00:00
"tasks": {
2022-05-18 07:26:57 +00:00
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"check:build": {
"outputs": [""]
2022-05-18 07:26:57 +00:00
}
}
}