Dont render GraphQL schema previews for dotcom/ghec (#50495)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user