We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbabe4 commit b08d994Copy full SHA for b08d994
script/graphql/update-files.js
@@ -8,7 +8,7 @@ const { execSync } = require('child_process')
8
const graphqlDataDir = path.join(process.cwd(), 'data/graphql')
9
const graphqlStaticDir = path.join(process.cwd(), 'lib/graphql/static')
10
const { getContents, listMatchingRefs } = require('../helpers/git-utils')
11
-const dataFilenames = JSON.parse(fs.readFileSync('./utils/data-filenames.json'))
+const dataFilenames = JSON.parse(fs.readFileSync('./script/graphql/utils/data-filenames.json'))
12
const allVersions = require('../../lib/all-versions')
13
const processPreviews = require('./utils/process-previews')
14
const processUpcomingChanges = require('./utils/process-upcoming-changes')
0 commit comments