We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c184a7 + 4de2712 commit 2d611a4Copy full SHA for 2d611a4
script/graphql/update-files.js
@@ -78,6 +78,9 @@ async function main () {
78
updateStaticFile(previewsJson, path.join(graphqlStaticDir, 'previews.json'))
79
updateStaticFile(upcomingChangesJson, path.join(graphqlStaticDir, 'upcoming-changes.json'))
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}"')
84
}
85
86
// get latest from github/github
0 commit comments