mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
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/**"],
|
|
"env": ["SENTRY_ORG", "SENTRY_PROJECT", "RELEASE"],
|
|
"passThroughEnv": ["SENTRY_AUTH_TOKEN"]
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
}
|