mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 00:58:36 +00:00
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com> Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
44 lines
1 KiB
JSON
44 lines
1 KiB
JSON
{
|
|
"baseBranch": "origin/main",
|
|
"globalDependencies": [
|
|
"package.json",
|
|
"codegen.yml",
|
|
"yarn.lock",
|
|
"jest.config.js",
|
|
"tsconfig.json",
|
|
"scripts/patch-manifests.js",
|
|
"patches/*"
|
|
],
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"build-local": {
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"@hive/cdn-script#build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/worker.js"]
|
|
},
|
|
"@hive/cdn-script#build-local": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/dev.js"]
|
|
},
|
|
"@hive/app#build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"@hive/docs#build": {
|
|
"dependsOn": ["^build", "$NEXT_PUBLIC_APP_LINK", "$NEXT_PUBLIC_CRISP_WEBSITE_ID", "$NEXT_PUBLIC_GA_TRACKING_ID"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"@hive/landing-page#build": {
|
|
"dependsOn": ["^build", "$NEXT_PUBLIC_CRISP_WEBSITE_ID", "$NEXT_PUBLIC_GA_TRACKING_ID"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"typecheck": {
|
|
"outputs": []
|
|
}
|
|
}
|
|
}
|