console/turbo.json

49 lines
1.1 KiB
JSON
Raw Permalink 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/**"],
"env": ["SENTRY_ORG", "SENTRY_PROJECT", "RELEASE"],
"passThroughEnv": ["SENTRY_AUTH_TOKEN"]
2022-05-18 07:26:57 +00:00
},
"check:build": {
"outputs": [""]
},
"dev:hive": {
"with": [
"//#graphql:generate:watch",
"@hive/server#dev",
"@hive/app#dev",
"@hive/tokens#dev",
"@hive/schema#dev",
"@hive/policy#dev",
"@hive/commerce#dev",
"@hive/cdn-script#dev",
"@hive/workflows#dev",
"@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
}
}
}