mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
23 lines
455 B
JSON
23 lines
455 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"globalDependencies": [
|
|
"package.json",
|
|
"codegen.yml",
|
|
"pnpm-lock.yaml",
|
|
"tsconfig.json",
|
|
"scripts/patch-manifests.js",
|
|
"scripts/banner.js",
|
|
"scripts/runify.ts",
|
|
"scripts/templates/runify-next.ts",
|
|
"patches/*"
|
|
],
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"check:build": {
|
|
"outputs": [""]
|
|
}
|
|
}
|
|
}
|