1
0
mirror of synced 2026-01-04 18:06:26 -05:00

Dont render GraphQL schema previews for dotcom/ghec (#50495)

This commit is contained in:
Rachael Sewell
2024-05-07 16:49:03 -07:00
committed by GitHub
parent a791e5e5e6
commit 3ff3dede54
5 changed files with 6 additions and 7 deletions

View File

@@ -33,7 +33,6 @@ async function main() {
// 1. UPDATE PREVIEWS
const previewsPath = getDataFilepath('previews', graphqlVersion)
const safeForPublicPreviews = yaml.load(await getRemoteRawContent(previewsPath, graphqlVersion))
// await updateFile(previewsPath, yaml.dump(safeForPublicPreviews))
const previewsJson = processPreviews(safeForPublicPreviews)
await updateStaticFile(
previewsJson,