2022-05-18 07:26:57 +00:00
|
|
|
{
|
2022-11-01 00:11:53 +00:00
|
|
|
"$schema": "https://turborepo.org/schema.json",
|
2022-05-18 07:26:57 +00:00
|
|
|
"globalDependencies": [
|
|
|
|
|
"package.json",
|
2024-10-29 11:16:13 +00:00
|
|
|
"codegen.mts",
|
2022-11-01 00:11:53 +00:00
|
|
|
"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/**"]
|
|
|
|
|
},
|
2022-11-22 16:58:48 +00:00
|
|
|
"check:build": {
|
|
|
|
|
"outputs": [""]
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|