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": [""]
|
2025-09-26 11:21:17 +00:00
|
|
|
},
|
|
|
|
|
"dev:hive": {
|
|
|
|
|
"with": [
|
|
|
|
|
"//#graphql:generate:watch",
|
|
|
|
|
"@hive/server#dev",
|
|
|
|
|
"@hive/app#dev",
|
2025-10-13 12:47:37 +00:00
|
|
|
"@hive/tokens#dev",
|
2025-09-26 11:21:17 +00:00
|
|
|
"@hive/schema#dev",
|
|
|
|
|
"@hive/policy#dev",
|
|
|
|
|
"@hive/commerce#dev",
|
|
|
|
|
"@hive/cdn-script#dev",
|
2026-01-16 09:43:36 +00:00
|
|
|
"@hive/workflows#dev",
|
2025-09-26 11:21:17 +00:00
|
|
|
"@hive/usage#dev",
|
|
|
|
|
"@hive/usage-ingestor#dev",
|
|
|
|
|
"@graphql-hive/external-composition#example",
|
|
|
|
|
"@hive/external-composition-federation-2#dev"
|
|
|
|
|
],
|
|
|
|
|
"outputs": [""],
|
|
|
|
|
"persistent": true,
|
|
|
|
|
"cache": false
|
|
|
|
|
},
|
|
|
|
|
"//#graphql:generate:watch": {
|
|
|
|
|
"persistent": true,
|
|
|
|
|
"cache": false
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|