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

Merge pull request #7837 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-07-01 08:55:54 +10:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ const { execSync } = require('child_process')
const graphqlDataDir = path.join(process.cwd(), 'data/graphql')
const graphqlStaticDir = path.join(process.cwd(), 'lib/graphql/static')
const { getContents, listMatchingRefs } = require('../helpers/git-utils')
const dataFilenames = JSON.parse(fs.readFileSync('./utils/data-filenames.json'))
const dataFilenames = JSON.parse(fs.readFileSync('./script/graphql/utils/data-filenames.json'))
const allVersions = require('../../lib/all-versions')
const processPreviews = require('./utils/process-previews')
const processUpcomingChanges = require('./utils/process-upcoming-changes')