We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7474545 commit 0f28a56Copy full SHA for 0f28a56
script/graphql/update-files.js
@@ -80,7 +80,7 @@ async function main () {
80
updateStaticFile(prerenderedObjects, path.join(graphqlStaticDir, 'prerendered-objects.json'))
81
82
// Ensure the YAML linter runs before checkinging in files
83
- execSync('npx prettier -w "**/*.{yml,yaml}"')
+ execSync('npx prettier -w "**/*.{yml,yaml,json}"')
84
}
85
86
// get latest from github/github
0 commit comments